From bf391cdde553f25749ebc1256edd32c28273d85d Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 16 Feb 2023 10:43:57 -0800 Subject: clarify notice --- RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 756d674..7a96cec 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. -- cgit v0.12