From b0afef09efe23124adbdef95e625739719286f14 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 29 Dec 2020 21:40:35 -0800 Subject: [PATCH] v11.4.3 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 7a8400a8..68008924 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,13 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +v11.4.3 +======= + +- Removed a redundant debug message. +- Test suite now asserts that most patched functions are called when they should be. +- Test suite now skips a test that fails on two particular versions of piekpdf. + v11.4.2 =======