summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-06-27 07:59:11 -0500
committerptmcg <ptmcg@austin.rr.com>2020-06-27 07:59:11 -0500
commitb3edef08a38b45c3a5fe74968e3589996761660c (patch)
tree48a711b78350e21535564ea2c8c6286874750790
parent1ed0af7f08a252be66bc148b43fe9d76ede7a537 (diff)
downloadpyparsing-git-b3edef08a38b45c3a5fe74968e3589996761660c.tar.gz
Update CHANGES to reflect Issue #227
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b08dd77..65abb30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,14 @@ Version 3.0.0a2 - June, 2020
control over pyparsing's whitespace skipping. Also contributed
by Michael Milton.
+- The unicode range definitions for the various languages were
+ recalculated by interrogating the unicodedata module by character
+ name, selecting characters that contained that language in their
+ Unicode name. (Issue #227)
+
+ Also, pyparsing_unicode.Korean was renamed to Hangul (Korean
+ is also defined as a synonym for compatibility).
+
- Enhanced ParseResults dump() to show both results names and list
subitems. Fixes bug where adding a results name would hide
lower-level structures in the ParseResults.