summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-18 05:53:01 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-18 05:53:01 +0000
commitb1465aaa68987b460f6e5e1e071212c8e2da07a9 (patch)
tree87740dd2dfdb8e459e3b772d205c0406eb119960 /src/CHANGES
parent716ebc0404e409d9df026065bda931bf468f49b0 (diff)
downloadpyparsing-b1465aaa68987b460f6e5e1e071212c8e2da07a9.tar.gz
Added more expressions to pyparsing_common: IPv4 and IPv6 addresses (including long, short, and mixed forms of IPv6; MAC address; ISO8601 date and date time strings
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@353 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/CHANGES b/src/CHANGES
index d2aa8ad..b9f6a38 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,7 +2,16 @@
Change Log
==========
-Version 2.1.4 -
+Verison 2.1.5 -
+------------------------------
+- Added more expressions to pyparsing_common:
+ . IPv4 and IPv6 addresses (including long, short, and mixed forms
+ of IPv6
+ . MAC address
+ . ISO8601 date and date time strings
+
+
+Version 2.1.4 - May, 2016
------------------------------
- Split out the '==' behavior in ParserElement, now implemented
as the ParserElement.matches() method. Using '==' for string test