-------------
Released on December 20, 2014.
- Added ``'pdf:use-cropbox'`` option to :attr:`Image.options
<wand.image.BaseImage.options>` dictionary (and :const:`~wand.image.OPTIONS`
constant). [:issue:`185` by Christoph Neuroth]
- Fixed a bug that exception message was :class:`bytes` instead of
:class:`str` on Python 3.
- The ``size`` parameter of :class:`~wand.font.Font` class becomes optional.
Its default value is 0, which means *autosized*.
[:issue:`191` by Cha, Hojeong]
- Fixed a bug that :meth:`Image.read() <wand.image.Image.read>` had tried
using :c:func:`MagickReadImageFile()` even when the given file object
has no :attr:`mode` attribute. [:issue:`205` by Stephen J. Fuhry]