From eaf772f80a3c44f78751c64088020781527b7ddf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 16 Sep 2018 15:07:53 -0700 Subject: [PATCH] Merge v6.2.4 release notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index dc7c97b2..618d5ae5 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -105,6 +105,13 @@ v7.0.0 + It may be necessary to separately ``pip install pycparser`` to avoid `another Python 3.7 issue `_. +v6.2.4 +------ + +- Backport Ghostscript 9.25 compatibility fixes, which removes support for setting Unicode metadata +- Backport blacklisting Ghostscript 9.24 +- Older versions of Ghostscript are still supported + v6.2.3 ------