From e35abe2fb7ee8daac5841178429fc116f0b60597 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 15 Feb 2022 16:15:57 -0500 Subject: [PATCH] Add release notes for 10.6.2 changes so far --- manual/release-notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 8c379546..d5a0212e 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -6,6 +6,18 @@ Release Notes For a detailed list of changes, please see the file :file:`ChangeLog` in the source distribution. +10.6.2: February XXX, 2022 + - Bug fixes: + + - Recognize strings encoded as UTF-16LE as Unicode. The PDF spec + only allows UTF-16BE, but most readers accept UTF16-LE as well. + + - Fix a regression in command-line argument parsing to restore a + previously undocumented behavior that some people were relying + on. + + - Fix one more problem with mapping Unicode to PDF doc encoding + 10.6.1: February 11, 2022 - Fix compilation errors on some platforms