diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-12-30 15:58:55 -0600 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-12-30 15:58:55 -0600 |
commit | 8cee9cf915a0dfd4bc077b7a0c4a9ea8a9304f7d (patch) | |
tree | f04f4dc13a8427f75e8dc423733771d17d26d24a | |
parent | 3ef0c12b0a7f01b98dac40dd5cb60f017ebe6624 (diff) | |
download | pyparsing-git-8cee9cf915a0dfd4bc077b7a0c4a9ea8a9304f7d.tar.gz |
Update CHANGES file with version release dates
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |