summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-11 19:59:56 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-11 19:59:56 +0000
commit0d9b57fe119eb7ebe40a34d67044477c22cbec76 (patch)
treeb0bec6d87e1ff4cac8e201ed888c3bac7b17294b /src/CHANGES
parentfc4697b083158381451a713305dd5a56497928ba (diff)
downloadpyparsing-0d9b57fe119eb7ebe40a34d67044477c22cbec76.tar.gz
Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Suppress;
added AutoReset context manager class to unit tests, for saving/resetting global state when tests need to change globals git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@412 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 63fef0c..ee70235 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,6 +2,12 @@
Change Log
==========
+Version 2.1.8 -
+------------------------------
+- Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite
+ loop with Suppress.
+
+
Version 2.1.7 -
------------------------------
- Fixed regression reported by Andrea Censi (surfaced in PyContracts