summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Kravets <me@ikravets.com>2019-11-01 16:20:56 (GMT)
committerGitHub <noreply@github.com>2019-11-01 16:20:56 (GMT)
commit44be58d63189400b1105300c1508243777b45c2e (patch)
tree032a50d584eddf64e92724f127403342d4aee052
parent8906411a79dfd9d5eaeb354f0feeebcc25cfc296 (diff)
downloadSCons-44be58d63189400b1105300c1508243777b45c2e.zip
SCons-44be58d63189400b1105300c1508243777b45c2e.tar.gz
SCons-44be58d63189400b1105300c1508243777b45c2e.tar.bz2
Parse "-imacros" option in ParseFlags
-rwxr-xr-xsrc/CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d768247..ddc777c 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -37,7 +37,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- 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
+ - Parse "-imacros" option in ParseFlags
RELEASE 3.1.1 - Mon, 07 Aug 2019 20:09:12 -0500