Skip to content

Commit d61fceb

Browse files
committed
add version/release date and re-order contributors to be alphabetical
1 parent 68567da commit d61fceb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGES.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
Change Log
66

7-
NOTE: The 4.0.0 Release of SCons will drop Python 2.7 Support
8-
NOTE: Please add your name below in alphabetical order by last name.
9-
NOTE: Please include a reference to any Issues resolved by your changes in the bullet(s) you add
7+
NOTE: The 4.0.0 Release of SCons will drops Python 2.7 Support
108

11-
RELEASE VERSION/DATE TO BE FILLED IN LATER
9+
RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000
1210

1311
From Dirk Baechle:
1412
- Updated documentation toolchain to work properly under Python3, also
@@ -100,10 +98,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
10098
- Fixed usage of abspath and path for RootDir objects on Windows. Previously
10199
env.fs.Dir("T:").abspath would return "T:\T:" and now it correctly returns "T:".
102100

103-
From Iosif Kurazs:
104-
- Added a new flag called "linedraw" for the command line argument "--tree"
105-
that instructs scons to use single line drawing characters to draw the dependency tree.
106-
107101
From Ivan Kravets, PlatformIO
108102
- New conditional C Scanner (`SCons.Scanner.C.CConditionalScanner()`)
109103
which interprets C/C Preprocessor conditional syntax (#ifdef, #if, #else,
@@ -115,6 +109,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
115109
macro which is not located in a state TABLE.
116110
* Cleanup CPP expressions before evaluating (strip comments, carriage returns)
117111

112+
From Iosif Kurazs:
113+
- Added a new flag called "linedraw" for the command line argument "--tree"
114+
that instructs scons to use single line drawing characters to draw the dependency tree.
115+
118116
From Daniel Moody:
119117
- Add no_progress (-Q) option as a set-able option. However, setting it in the
120118
SConstruct/SConscript will still cause "scons: Reading SConscript files ..." to be

0 commit comments

Comments
 (0)