summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-08-11 16:10:28 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-08-11 16:10:28 +0000
commit24f27a03b9eb85cec4fcf8939c73cff9d80f038c (patch)
tree0b8a3349c8735b3fd236d49c06cb3bc2ba34c29a /src
parent4051fab9e9ab4b4e149f2059f48c34521f562590 (diff)
downloadpyparsing-git-24f27a03b9eb85cec4fcf8939c73cff9d80f038c.tar.gz
Update changelog with Iterable improvements to oneOf
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 13ae937..63fef0c 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -8,6 +8,11 @@ Version 2.1.7 -
tests) when using ParseSyntaxExceptions (raised when using operator '-')
with packrat parsing.
+- Minor fix to oneOf, to accept all iterables, not just space-delimited
+ strings and lists. (If you have a list or set of strings, it is
+ not necessary to concat them using ' '.join to pass them to oneOf,
+ oneOf will accept the list or set or generator directly.)
+
Version 2.1.6 -
------------------------------