summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-09-22 01:03:19 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2024-09-22 01:03:19 (GMT)
commita1afc933262c8e873478bc777f72aa87cbe32024 (patch)
tree0f9b588557fa73b6c4a094b2910845627171eadd /RELEASE.txt
parenta46eee90ec63cf31fa4d820a3bd8c8f2aca51623 (diff)
downloadSCons-a1afc933262c8e873478bc777f72aa87cbe32024.zip
SCons-a1afc933262c8e873478bc777f72aa87cbe32024.tar.gz
SCons-a1afc933262c8e873478bc777f72aa87cbe32024.tar.bz2
fix mistake in RELEASE.txt content
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index cbf061d..f831305 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.
@@ -77,7 +77,7 @@ DOCUMENTATION
typo fixes, even if they're mentioned in src/CHANGES.txt to give
the contributor credit)
-- Some manpage cleanup for the gettext and pdf/ps builders.
+- Some clarifications in the User Guide "Environments" chapter.
DEVELOPMENT
-----------