summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-09-22 01:18:52 (GMT)
committerGitHub <noreply@github.com>2024-09-22 01:18:52 (GMT)
commitc290618388e50a092b17ea16df21da4c4dede631 (patch)
treea43e610a502828c1e98ffc7e4b05e6bbf274bcac /RELEASE.txt
parentb8e3b23ed6ae4c12888daadb92575496730d9926 (diff)
parentccadea6aa8f23f89ea2340e7ffa015cf12face12 (diff)
downloadSCons-c290618388e50a092b17ea16df21da4c4dede631.zip
SCons-c290618388e50a092b17ea16df21da4c4dede631.tar.gz
SCons-c290618388e50a092b17ea16df21da4c4dede631.tar.bz2
Merge branch 'master' into doc/gettext
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index cbf061d..06a726e 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -29,7 +29,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
- List modifications to existing features, where the previous behavior
wouldn't actually be considered a bug
-- Override envirionments, created when giving construction environment
+- Override environments, created when giving construction environment
keyword arguments to Builder calls (or manually, through the
undocumented Override method), were modified not to "leak" on item deletion.
The item will now not be deleted from the base environment.
@@ -78,6 +78,7 @@ DOCUMENTATION
the contributor credit)
- Some manpage cleanup for the gettext and pdf/ps builders.
+- Some clarifications in the User Guide "Environments" chapter.
DEVELOPMENT
-----------