summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2019-11-01 13:43:41 (GMT)
committerGitHub <noreply@github.com>2019-11-01 13:43:41 (GMT)
commit8906411a79dfd9d5eaeb354f0feeebcc25cfc296 (patch)
tree2e78d3083f69d3474cc67c87f0bfc7982750dc11
parent0a41c542db4a29bb2d84f68d853d6f7709476a86 (diff)
downloadSCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.zip
SCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.tar.gz
SCons-8906411a79dfd9d5eaeb354f0feeebcc25cfc296.tar.bz2
Parse GCC "-imacros" option in ParseFlags
-rwxr-xr-xsrc/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index af448d5..d768247 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -35,6 +35,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From Edoardo Bezzeccheri
- Added debug option "action_timestamps" which outputs to stdout the absolute start and end time for each target.
+
+ From Ivan Kravets
+ - Parse GCC "-imacros" option in ParseFlags
RELEASE 3.1.1 - Mon, 07 Aug 2019 20:09:12 -0500