From 775b958c555afb066dbc23ad7173639f4ec0c46a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 24 Oct 2019 16:58:39 -0700 Subject: [PATCH] Update release notes --- docs/release_notes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index fbc7c06f..4f9a265e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -18,7 +18,10 @@ v9.0.4 - Fixed compatibility with Python 3.8. - Fixed Tesseract settings for ``--user-words`` and ``--user-patterns``. -- We now require pikepdf 1.6.5. +- Changed to pikepdf 1.6.5 (for Python 3.8). +- Changed to Pillow 6.2.0 (to mitigate a security vulnerability in earlier Pillow). +- A debug message now mentions when English is automatically selected if the locale + is not English. v9.0.3 ======