From 7f8018ffdef6b22b395a1b63295f6d5009815535 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 3 Nov 2019 01:49:36 -0800 Subject: [PATCH] Mention that v9.0.4 requires a source install for Py3.8 for now, due to lack of CI availability --- docs/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4f9a265e..42b19c28 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -16,7 +16,7 @@ licensed under GPLv3. v9.0.4 ====== -- Fixed compatibility with Python 3.8. +- Fixed compatibility with Python 3.8 (but requires source install for the moment). - Fixed Tesseract settings for ``--user-words`` and ``--user-patterns``. - Changed to pikepdf 1.6.5 (for Python 3.8). - Changed to Pillow 6.2.0 (to mitigate a security vulnerability in earlier Pillow).