summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArdaFu <pengfei.fu@gmail.com>2018-11-14 01:32:57 (GMT)
committerArdaFu <pengfei.fu@gmail.com>2018-11-14 01:32:57 (GMT)
commit14fd1dfa719488b14ef2ba5ac3ff6cf84ce2e2ba (patch)
tree41d743833d9a0276cd18af7ebb186ffcbb014e9a
parent0d2959feb33a2c7f8d19f7bcad718af10866ce3f (diff)
downloadSCons-14fd1dfa719488b14ef2ba5ac3ff6cf84ce2e2ba.zip
SCons-14fd1dfa719488b14ef2ba5ac3ff6cf84ce2e2ba.tar.gz
SCons-14fd1dfa719488b14ef2ba5ac3ff6cf84ce2e2ba.tar.bz2
Modify changes.txt since this is a py3.5+ only issue.
-rw-r--r--src/CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6245f1a..c9d4ceb 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -186,8 +186,8 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Replace usage of unittest.TestSuite with unittest.main() (fix #3113)
From Arda Fu
- - Fix cpp scanner regex logic to treat ifndef. Previously it was not properly
- differentiating between if, ifdef, and ifndef
+ - Fix cpp scanner regex logic to treat ifndef for py3.5+. Previously it was
+ not properly differentiating between if, ifdef, and ifndef.
RELEASE 3.0.1 - Mon, 12 Nov 2017 15:31:33 -0700