summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9e7dcfb..f3784e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,9 @@ Version 3.0.10 - (in development)
---------------------------------
NOTE: In the future release 3.1.0, use of many of the pre-PEP8 methods (such as
`ParserElement.parseString`) will start to raise `DeprecationWarnings`. 3.1.0 should
-get released some time in August or September, 2022. I currently plan to completely
+get released some time in early 2023. I currently plan to completely
drop the pre-PEP8 methods in pyparsing 4.0, though we won't see that release until
-at least late 2023. So there is plenty of time to convert existing parsers to
+at least late 2023 or early 2024. So there is plenty of time to convert existing parsers to
the new function names before the old functions are completely removed. (Big
help from Devin J. Pohly in structuring the code to enable this peaceful transition.)