From 1cdc2591e5f2016f676d20fd17128eb23978c7d6 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 2 Jun 2022 02:00:16 -0700 Subject: [PATCH] v13.4.7 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 57631bb5..bfec1dc2 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -18,6 +18,13 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v13.4.7 +======= + +- Fixed PermissionError when cleaning up temporary files in rare cases. :issue:`974` +- Fixed PermissionError when calling ``os.nice`` on platforms that lack it. :issue:`973` +- Suppressed some warnings from libxmp during tests. + v13.4.6 =======