diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-02-16 10:43:57 -0800 |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-02-16 10:43:57 -0800 |
commit | bf391cdde553f25749ebc1256edd32c28273d85d (patch) | |
tree | c792d75dacd8fb6d5d343a677fba11f19f400e94 | |
parent | 143882c3a228497267e0130463d31b3d93a6b852 (diff) | |
download | scons-git-bf391cdde553f25749ebc1256edd32c28273d85d.tar.gz |
clarify notice
-rw-r--r-- | RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 756d674c1..7a96cec03 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -17,7 +17,7 @@ NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), see unexpected rebuilds. This is due to Python internals changing which changed the signature of a Python Action Function. -NOTE: If you use a dictionary to specify your CPPDEFINES, you may see unexpected build results +NOTE: If you use a dictionary to specify your CPPDEFINES, you may see an unexpected rebuild. The insertion order of dictionary keys is now preserved when generating the command line. Previously these were sorted alphabecially. This change to the command line, while generating identical set of CPPDEFINES can change order and cause a rebuild. |