summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-05-03 18:29:26 -0700
committerGitHub <noreply@github.com>2023-05-03 18:29:26 -0700
commit239f437b463dc948690473830f1816e9a67b72c2 (patch)
tree203b499babac9dbed56afbd1e1eea548ac1b9932 /CHANGES.txt
parent6ce33bdadec1cf558a6d0df27a6a083516d6cf23 (diff)
parent5717e06c245d99923f5c4a6e786a564799871c49 (diff)
downloadscons-git-239f437b463dc948690473830f1816e9a67b72c2.tar.gz
Merge branch 'master' into maint/validateOptions
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