Skip to content

Commit

Permalink
Added release notes for python-pillow#5829
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 21, 2021
1 parent 9dad104 commit e06e18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releasenotes/9.0.0.rst
Expand Up @@ -100,3 +100,8 @@ TrueType fonts may now be pickled and unpickled. For example:
# Later...
unpickled_font = pickle.loads(pickled_font)
Added support for additional TGA orientations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TGA images with top right or bottom right orientations are now supported.

0 comments on commit e06e18a

Please sign in to comment.