From 1f6c7f195b54cd5bbcfae38b4855be78563d8f46 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 28 Oct 2018 10:52:23 -0500 Subject: Update CHANGES blurb on unicode sets, prep for 2.3.0 release --- CHANGES | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 695a9e7..67615f1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,19 +2,25 @@ Change Log ========== -Version 2.3.0 - TBD -------------------- +Version 2.3.0 - October, 2018 +----------------------------- - NEW SUPPORT FOR UNICODE CHARACTER RANGES This release introduces the pyparsing_unicode namespace class, defining a series of language character sets to simplify the definition of alphas, - nums, printables, etc. in the following language sets: + nums, alphanums, and printables in the following language sets: + . Arabic . Chinese - . Japanese (including Kanji, Katakana, and Hirigana subsets) - . Korean - . Greek . Cyrillic - . Arabic + . Devanagari + . Greek . Hebrew + . Japanese (including Kanji, Katakana, and Hirigana subsets) + . Korean + . Latin1 (includes 7 and 8-bit Latin characters) + . Thai + . CJK (combination of Chinese, Japanese, and Korean sets) + There is also an `all` attribute on each that contains all characters + in the set. For example, your code can define words using: -- cgit v1.2.1