release notes docs

This commit is contained in:
wiredfool 2016-06-26 12:21:42 +01:00
parent c50503a14d
commit d151b03939

View File

@ -22,3 +22,12 @@ There are two new options to control the ``build_ext`` task in ``setup.py``:
that are checked for libraries and headers for build systems or that are checked for libraries and headers for build systems or
cross compilers that specify that information in via environment cross compilers that specify that information in via environment
variables. variables.
Image Metadata
==============
The return type for binary data in version 2 Exif and Tiff metadata
has been changed from a tuple of integers to bytes. This is a change
from the behavior since ``3.0.0``.