@@ -3,8 +3,7 @@ on the SCons download page:
3
3
4
4
https://scons.org/pages/download.html
5
5
6
-
7
- Here is a summary of the changes since 4.4.0:
6
+ Here is a summary of the changes since 4.3.0:
8
7
9
8
NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may
10
9
see unexpected rebuilds. This is due to Python internals changing which changed
@@ -88,11 +87,6 @@ NEW FUNCTIONALITY
88
87
the tool can generate (applies only when using GNU flex and GNU bison).
89
88
90
89
91
- DEPRECATED FUNCTIONALITY
92
- ------------------------
93
-
94
- - List anything that's been deprecated since the last release
95
-
96
90
CHANGED/ENHANCED EXISTING FUNCTIONALITY
97
91
---------------------------------------
98
92
@@ -251,20 +245,20 @@ PACKAGING
251
245
- Added project_url for mailing lists and Discord
252
246
- Updated setup.cfg to remove Python 3.5 and add Python 3.10
253
247
254
- DOCUMENTATION
255
- -------------
256
-
257
- - List any significant changes to the documentation (not individual
258
- typo fixes, even if they're mentioned in src/CHANGES.txt to give
259
- the contributor credit)
260
-
261
- DEVELOPMENT
262
- -----------
263
-
264
- - List visible changes in the way SCons is developed
265
248
266
249
Thanks to the following contributors listed below for their contributions to this release.
267
250
==========================================================================================
268
251
.. code-block:: text
269
252
270
253
git shortlog --no-merges -ns 4.3.0..HEAD
254
+ git shortlog --no-merges -ns 4.3.0..HEAD
255
+ 174 Joseph Brill
256
+ 126 Mats Wichmann
257
+ 93 William Deegan
258
+ 64 Daniel Moody
259
+ 4 SergBobrovsky
260
+ 2 dependabot[bot]
261
+ 1 djh
262
+ 1 Ivan Kravets
263
+ 1 Vishwajith-K
264
+ 1 Zhichang Yu
0 commit comments