summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Viney <richard.viney@gmail.com>2016-07-10 05:49:42 (GMT)
committerRichard Viney <richard.viney@gmail.com>2016-07-10 05:49:42 (GMT)
commit7f826db285f991f0c7b6332ba70642482fbe0381 (patch)
treefeddebc7b3c5dc054996f7a4973cbad1e699238a /src
parente011c8366fdf10a96374bf4a7695b881debf7e44 (diff)
downloadSCons-7f826db285f991f0c7b6332ba70642482fbe0381.zip
SCons-7f826db285f991f0c7b6332ba70642482fbe0381.tar.gz
SCons-7f826db285f991f0c7b6332ba70642482fbe0381.tar.bz2
Added entry to src/CHANGES.txt
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index db52cf0..b6a9507 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -25,6 +25,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Added LoadableModule to the list of global functions (DefaultEnvironment
builders).
+ From Richard Viney:
+ - Fixed PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when
+ using PCHs and PDBs together.
+
RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700
From Dirk Baechle: