aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:12 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:12 +0100
commit74d66a9349af6efb12f0bb6ebb76eb20e139f39e (patch)
tree79acd08ba37cf0b4a5564039886160b9ff2faf81 /ChangeLog
parentb63e17fffbeacc2f12c56671a6af54eb8412e512 (diff)
downloadqpdf-74d66a9349af6efb12f0bb6ebb76eb20e139f39e.tar.zst
Spell check
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02b80264..cd67c9d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
CLI parsing feature, which has been restored in 10.6.2. Fixes #652.
* Don't map 0x18 through 0x1f, 0x7f, 0x9f, or 0xad as fixed points
- when transcoding UTF-8 to PDFDoc. These codepoints have different
+ when transcoding UTF-8 to PDFDoc. These code points have different
meanings in those two encoding systems. Fixes #650.
2022-02-11 Jay Berkenbilt <ejb@ql.org>