summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-12-30 15:58:55 -0600
committerptmcg <ptmcg@austin.rr.com>2020-12-30 15:58:55 -0600
commit8cee9cf915a0dfd4bc077b7a0c4a9ea8a9304f7d (patch)
treef04f4dc13a8427f75e8dc423733771d17d26d24a
parent3ef0c12b0a7f01b98dac40dd5cb60f017ebe6624 (diff)
downloadpyparsing-git-8cee9cf915a0dfd4bc077b7a0c4a9ea8a9304f7d.tar.gz
Update CHANGES file with version release dates
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ad020a4..e89e580 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,8 @@
Change Log
==========
-Version 3.0.0b2
----------------
+Version 3.0.0b2 - December, 2020
+--------------------------------
- API CHANGE
`locatedExpr` is being replaced by the class `Located`. `Located` has the same
constructor interface as `locatedExpr`, but fixes bugs in the returned
@@ -13,8 +13,8 @@ Version 3.0.0b2
`locatedExpr` is deprecated, and will be removed in a future release.
-Version 3.0.0b1
----------------
+Version 3.0.0b1 - November, 2020
+--------------------------------
- API CHANGE
Diagnostic flags have been moved to an enum, `pyparsing.Diagnostics`, and
they are enabled through module-level methods: