diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 19:36:39 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-06-07 19:36:39 (GMT) |
commit | a20c08c1309486f0f51ecd8cf34ba521da0718f0 (patch) | |
tree | 50b04a64a96178ef6a7ce86a2458e9b043a66a09 /CHANGES.txt | |
parent | e3b2dd31e326a0d5b948fa35eae0cb1eefbbebf4 (diff) | |
download | SCons-a20c08c1309486f0f51ecd8cf34ba521da0718f0.zip SCons-a20c08c1309486f0f51ecd8cf34ba521da0718f0.tar.gz SCons-a20c08c1309486f0f51ecd8cf34ba521da0718f0.tar.bz2 |
fix formatting in changes.txt
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9db19a8..a4ef7b2 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -116,7 +116,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER Note that these are called for every build command run by SCons. It could have considerable performance impact if not used carefully. to connect to the server during start up. - -Ninja: Added new alias "shutdown-ninja-scons-daemon" to allow ninja to shutdown the daemon. + - Ninja: Added new alias "shutdown-ninja-scons-daemon" to allow ninja to shutdown the daemon. Also added cleanup to test framework to kill ninja scons daemons and clean ip daemon logs. From Mats Wichmann: |