From 71f0e7f545f754cdc37c0551be703c98dbd05abf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 7 Nov 2020 00:53:33 -0800 Subject: [PATCH] v11.3.3 release notes --- docs/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 3a65ffc9..17ff8425 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,12 @@ 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.3.3 +======= + +- If unpaper outputs non-UTF-8 data, quietly fix this rather than choke on the + conversion. (Possibly addresses #671.) + v11.3.2 =======