aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd0acc2b..9d4f18e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-08-25 Jay Berkenbilt <ejb@ql.org>
+ * Re-implement parser iteratively to avoid stack overflow on very
+ deeply nested arrays and dictionaries. Fixes #146.
+
* Detect infinite loop while finding additional xref tables. Fixes
#149.