Commit e35abe2fb7ee8daac5841178429fc116f0b60597
1 parent
a478cbb6
Add release notes for 10.6.2 changes so far
Showing
1 changed file
with
12 additions
and
0 deletions
manual/release-notes.rst
| @@ -6,6 +6,18 @@ Release Notes | @@ -6,6 +6,18 @@ Release Notes | ||
| 6 | For a detailed list of changes, please see the file | 6 | For a detailed list of changes, please see the file |
| 7 | :file:`ChangeLog` in the source distribution. | 7 | :file:`ChangeLog` in the source distribution. |
| 8 | 8 | ||
| 9 | +10.6.2: February XXX, 2022 | ||
| 10 | + - Bug fixes: | ||
| 11 | + | ||
| 12 | + - Recognize strings encoded as UTF-16LE as Unicode. The PDF spec | ||
| 13 | + only allows UTF-16BE, but most readers accept UTF16-LE as well. | ||
| 14 | + | ||
| 15 | + - Fix a regression in command-line argument parsing to restore a | ||
| 16 | + previously undocumented behavior that some people were relying | ||
| 17 | + on. | ||
| 18 | + | ||
| 19 | + - Fix one more problem with mapping Unicode to PDF doc encoding | ||
| 20 | + | ||
| 9 | 10.6.1: February 11, 2022 | 21 | 10.6.1: February 11, 2022 |
| 10 | - Fix compilation errors on some platforms | 22 | - Fix compilation errors on some platforms |
| 11 | 23 |