summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6b3d8882b..ddb957ae1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,12 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
not use these, so was not affected. [fixes #4193]
- Minor cleanup for ValidateOptions - docs and docstring tweaked,
add missed versionadded indicator.
+ - Added some typing annotations generated by a tool, to eliminate manual
+ work in future on things which are safe for the tool to produce.
+ - Simplify some code due to pylint observation: "C2801: Unnecessarily
+ calls dunder method __call__. Invoke instance directly."
+ - Python 3.9 dropped the alias base64.decodestring, deprecated since 3.1.
+ Only used in msvs.py. Use base64.decodebytes instead.
RELEASE 4.5.2 - Sun, 21 Mar 2023 14:08:29 -0700