summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f6c93b7..8dacce0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1392,6 +1392,10 @@ Tools/Demos
Build
-----
+- Have the search path for building extensions follow the declared order in
+ $CPPFLAGS and $LDFLAGS when adding directories from those environment
+ variables.
+
- Bug #1983: Added a check to pyport to verify that sizeof(pid_t) is
smaller or equal sizeof(long).