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:
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index cdf694084..b84360c08 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -26,8 +26,9 @@ DEPRECATED FUNCTIONALITY
CHANGED/ENHANCED EXISTING FUNCTIONALITY
---------------------------------------
-- List modifications to existing features, where the previous behavior
- wouldn't actually be considered a bug
+- 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
FIXES
-----