From fc4697b083158381451a713305dd5a56497928ba Mon Sep 17 00:00:00 2001 From: ptmcg Date: Thu, 11 Aug 2016 16:10:28 +0000 Subject: Update changelog with Iterable improvements to oneOf git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@410 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b --- src/CHANGES | 5 +++++ 1 file changed, 5 insertions(+) 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 - ------------------------------ -- cgit v1.2.1