Changelog
=========

1.5.0
-----
 - added images thumbnailers vocabulary
 - updated "pictures" TALES extension

1.4.0
-----
 - removed support for Python < 3.7
 - updated doctests

1.3.0
-----
 - added IBlobsReferencesManager factory configuration
 - removed Travis-CI configuration

1.2.5
-----
 - added commit into thumbnails traverser to avoid exceptions for uncommitted blobs
 - updated "adapter_config" arguments names
 - updated doctests

1.2.4
-----
 - updated doctests

1.2.3
-----
 - updated tests with ZCA hook

1.2.2
-----
 - updated tests for correct execution in Travis

1.2.1
-----
 - Pylint code cleanup and improved tests

1.2.0
-----
 - changed File blob's mode in context manager to readonly
 - removed intermediate commits in thumbnails traverser
 - updated file properties to be able to remove an attribute and unreference files objects
   accordingly
 - added subscriber to correctly remove all referenced files when a parent object is removed
 - refactored archives extraction utilities
 - improved tests and coverage

1.1.2
-----
 - updated Travis authentication token

1.1.1
-----
 - updated doctests for Travis-CI
 - updated Travis-CI configuration

1.1.0
-----
 - added watermark opacity argument to IThumbnails.get_thumbnail interface
 - added support for Bootstrap 'xl' responsive image size
 - updated SVG images renderer
 - updated doctests

1.0.1
-----
 - use current request registry instead of global registry to query adapters

1.0.0
-----
 - initial release
