Add #3928 to release notes, and #3928 and #3929 to CHANGES

This commit is contained in:
Hugo 2019-07-01 10:05:57 +03:00
parent 66241cacc1
commit a2919f98ff
2 changed files with 14 additions and 2 deletions

View File

@ -5,6 +5,12 @@ Changelog (Pillow)
6.1.0 (unreleased)
------------------
- Deprecate Image.__del__ #3929
[jdufresne]
- Respect the PKG_CONFIG environment variable when building #3928
[chewi]
- Improve encoding of TIFF tags #3861
[olt]

View File

@ -61,8 +61,14 @@ GeoTIFF format which encodes geospatial information.
must be passed as a tuple.
* Add support for signed types eg. ``TIFFTypes.TIFF_SIGNED_SHORT``.
Top To Bottom Complex Text Rendering
Respect PKG_CONFIG environment variable when building
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This variable is commonly used by other build systems and using it can help with
cross-compiling. Falls back to ``pkg-config`` as before.
Top-to-bottom complex text rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Drawing text in the 'ttb' direction with ImageFont has been significantly improved
Drawing text in the 'ttb' direction with ``ImageFont`` has been significantly improved
and requires Raqm 0.7 or greater.