Skip to content

Commit

Permalink
Move to 'Other Changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 11, 2021
1 parent 81af72b commit 9f7f340
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions docs/releasenotes/9.0.0.rst
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -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

0 comments on commit 9f7f340

Please sign in to comment.