Skip to content

Commit

Permalink
Add python-pillow#3928 to release notes, and python-pillow#3928 and p…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 1, 2019
1 parent 66241ca commit a2919f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -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]

Expand Down
10 changes: 8 additions & 2 deletions docs/releasenotes/6.1.0.rst
Expand Up @@ -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.

0 comments on commit a2919f9

Please sign in to comment.