diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-01-17 17:58:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 17:58:34 (GMT) |
commit | 888f2d970a0d124fb5a1a809d4afdd43849f4d62 (patch) | |
tree | 75c21fcd8b53affaa27ed592e12429a3265e36fe /src/CHANGES.txt | |
parent | da5a424da251951ca6f19692c657042c846bd0a9 (diff) | |
parent | b497fb596e4751fe95bb25c1d9297d01956baf99 (diff) | |
download | SCons-888f2d970a0d124fb5a1a809d4afdd43849f4d62.zip SCons-888f2d970a0d124fb5a1a809d4afdd43849f4d62.tar.gz SCons-888f2d970a0d124fb5a1a809d4afdd43849f4d62.tar.bz2 |
Merge pull request #3049 from mwichmann/wip-prepend
Use prepend for inserts
Diffstat (limited to 'src/CHANGES.txt')
-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 42b44d7..accd2f0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -13,6 +13,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From Mats Wichmann: - Updated manpage scons.xml to fix a nested list problem + - Updated doc terminionly: use prepend instead of append as appropriate From Andrew Featherstone - Removed unused --warn options from the man page and source code. |