aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-25 17:42:50 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-25 17:42:50 +0100
commit36794a60cf2a9739d4e1b021c9ba00feef9d42da (patch)
tree13d7718a46e4d4fd0a0bb419974fcb8502fd1b22 /ChangeLog
parente7ecc348f9c48af9a04a5426ca30b9f414ba12d9 (diff)
downloadqpdf-36794a60cf2a9739d4e1b021c9ba00feef9d42da.tar.zst
Allow \/ in a json string
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da642862..379f53ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-25 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix in JSON parser: accept \/ in a string as valid input per
+ JSON spec even though we don't translate / to \/ on output.
+
2022-02-22 Jay Berkenbilt <ejb@ql.org>
* Recognize PDF strings explicitly marked as UTF-8 as allowed by