From 8224d89bc6a225fcefae2f1f039d462a0fe37bd2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 18 Nov 2020 11:57:28 -0800 Subject: [PATCH] v11.3.4 release notes --- docs/release_notes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8efb37c6..4037fb60 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -18,6 +18,9 @@ v11.3.4 - Fixed an error message 'called readLinearizationData for file that is not linearized' that may occur when pikepdf 2.1.0 is used. (Upgrading to pikepdf 2.1.1 also fixes the issue.) +- File watcher now automatically includes ``.PDF`` in addition to ``.pdf`` to + better support case sensitive file systems. +- Some documentation and comment improvements. v11.3.3 =======