Add release notes for 10.6.2 changes so far

This commit is contained in:
Jay Berkenbilt 2022-02-15 16:15:57 -05:00
parent a478cbb6dc
commit e35abe2fb7
1 changed files with 12 additions and 0 deletions

View File

@ -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