aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-20 02:22:34 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-20 02:22:34 +0200
commit8b1e307741d52a0c401296eaf790b18f98d67b6a (patch)
treeffbb28e1d2da211e608255d5ecb1017a6f8ca12e /ChangeLog
parent5ce287d6bb0b1755e36d2fd74aadec9fcc51f8b7 (diff)
downloadqpdf-8b1e307741d52a0c401296eaf790b18f98d67b6a.tar.zst
Warn for duplicated dictionary keys (fixes #345)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29da54b9..5427224e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-09-19 Jay Berkenbilt <ejb@ql.org>
+
+ * Warn when duplicated dictionary keys are found during parsing.
+ The behavior remains as before: later keys override earlier ones.
+ However, this generates a warning now rather than being silently
+ ignored. Fixes #345.
+
2019-09-17 Jay Berkenbilt <ejb@ql.org>
* QIntC tests: don't assume char is signed. Fixes #361.