=======
CHANGES
=======

3.1.1 (2018-03-01)
------------------

- bugfix: inherit IFileSchema from IFileBaseSchema


3.1.0 (2018-02-16)
------------------

- feature: implemented IImage and image object, image chunk reader and writer
  Note: the new interface IFileBaseSchema is the shared schema for IFileSchema
  and IImageSchema.


3.0.1 (2017-12-27)
------------------

- bugfix: FileContainerItem was using the wrong (storage) interface. Changed
  IFileStorageItem to IFileContainerItem in FileContainerItem

- cleanup, fix tests


3.0.0 (2015-11-11)
------------------

- support pymongo >= 3.0.0 and use 3.0.0 as package version and reflect
  pymongo >= 3.0.0 compatibility


1.0.1 (2015-09-28)
------------------

- removed bson dependency, pymongo uses it's own bson implementation


1.0.0 (2015-03-17)
------------------

- feature: replace internal method setContentType with setContentTypeAndEncoding
  and also set encoding if given.

- bugfix: fix apply encoding value. The value u'None' was applied if no encoding
  was given instead of None.


0.5.1 (2013-03-19)
------------------

- bugfix: remove notifyRemove method. This is a left over from m01.gridfs and
  not required since the item it self stores the image data


0.5.0 (2012-11-18)
------------------

- initial release
