summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -
------------------------------