Move to 'Other Changes'

This commit is contained in:
Hugo van Kemenade 2021-11-11 14:46:48 +02:00
parent 81af72bb89
commit 9f7f340bb7

View File

@ -72,6 +72,17 @@ Support has been added for the "title" argument in
argument will also now be supported, e.g. ``im.show(title="My Image")`` and
``ImageShow.show(im, title="My Image")``.
Security
========
TODO
^^^^
TODO
Other Changes
=============
Added support for pickling TrueType fonts
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -87,19 +98,3 @@ TrueType fonts may now be pickled and unpickled. For example:
# Later...
unpickled_font = pickle.loads(pickled_font)
Security
========
TODO
^^^^
TODO
Other Changes
=============
TODO
^^^^
TODO