Added release notes for #5829

This commit is contained in:
Andrew Murray 2021-11-22 10:12:48 +11:00
parent 9dad104385
commit e06e18a8ef

View File

@ -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.