==================
* Backwards incompatible changes
* Added ``DJANGOCMS_PICTURE_TEMPLATES`` setting
* Added ``DJANGOCMS_PICTURE_NESTING`` setting
* Added ``DJANGOCMS_PICTURE_ALIGN`` setting
* Added ``DJANGOCMS_PICTURE_RATIO`` setting
* Moved template from ``templates/cms/plugins/picture.html`` to
``templates/djangocms_picture/default/picture.html``
* Renamed model field ``url`` to ``link_url`` and
``page_link`` to ``link_page``
* Migrate model field ``image`` to ``FilerImageField``
and renamed to ``picture``
* Migrated ``alt`` and ``longdesc`` data to ``FilerImageField``
* Renamed model field ``float`` to ``alignment``
* Removed Django < 1.8 support
* Added adaptions to ``README.txt``
* Updated translations