Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-12-29 18:22:06 +0300
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-12-29 18:22:06 +0300
commit9c4887a7988ec9ba37567b8523f0a367eca5b2be (patch)
treeb7eb1c392800240876fcaa702a76576e0ad75dac /CHANGES.txt
parent5ffe87e43ebd3c607084c745de702ed7ede0b8be (diff)
Update man/scons.xml CheckFunc documentation for optional header and funcargs usage. [ci skip]
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 98fb24c31..aad3f139d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,14 +8,15 @@ NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
RELEASE VERSION/DATE TO BE FILLED IN LATER
+
From Ataf Fazledin Ahamed:
- Use of NotImplemented instead of NotImplementedError for special methods
of _ListVariable class
-
+
From Joseph Brill:
- - Add an optional argument list string to configure's CheckFunc method so
- that the generated function argument list matches the function's
- prototype when including a header file. Fixes GH Issue #4320
+ - Fix issue #4320: add an optional argument list string to configure's CheckFunc
+ method so that the generated function argument list matches the function's
+ prototype when including a header file.
From Michał Górny:
- Remove unecessary dependencies on pypi packages from setup.cfg
@@ -25,7 +26,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
statement with stop flag enabled
-
RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700
From Max Bachmann: