summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-18 22:04:45 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-18 22:04:45 +0000
commitce69f78f782ef6e6b6212308666389f43145f2dc (patch)
treee3b79d25f7d7696d1ebb0c9d2f14ff2e47fe237f /src/CHANGES
parent0f599d46a75de41bea21a1cbd472b63b8775ead0 (diff)
downloadpyparsing-ce69f78f782ef6e6b6212308666389f43145f2dc.tar.gz
Updated comments in pyparsing_common and CHANGES
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@357 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES b/src/CHANGES
index efa9958..aa0dcee 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -6,10 +6,11 @@ Verison 2.1.5 -
------------------------------
- Added more expressions to pyparsing_common:
. IPv4 and IPv6 addresses (including long, short, and mixed forms
- of IPv6
+ of IPv6)
. MAC address
. ISO8601 date and date time strings
. UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
+ . hex integer (returned as int)
- runTests now returns a two-tuple: success if all tests succeed,
and an output list of each test and its output lines.