diff options
author | Mats Wichmann <mats@linux.com> | 2018-09-06 18:17:56 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-09-06 18:17:56 (GMT) |
commit | 4edd05726a8fad7f192e486a9539c44ea012cd94 (patch) | |
tree | 6f33b27f9f7b169a719501b02972df4f04e7d6f5 | |
parent | 2180ff6d0388162586fff59e066bc1e3e4bb9600 (diff) | |
download | SCons-4edd05726a8fad7f192e486a9539c44ea012cd94.zip SCons-4edd05726a8fad7f192e486a9539c44ea012cd94.tar.gz SCons-4edd05726a8fad7f192e486a9539c44ea012cd94.tar.bz2 |
Update CHANGES.txt for OrderedDict change
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 95680dd..6f873b0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -128,6 +128,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE time.clock deprecated since py3.3, due to remove in 3.8. deprecation warnings from py3.7 were failing a bunch of tests on Windows since they mess up expected stderr. + - Remove obsoleted internal implementaiton of OrderedDict. From Hao Wu - typo in customized decider example in user guide |