summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e6f496732..e44c00fb5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
not use these, so was not affected. [fixes #4193]
- 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