From a1afc933262c8e873478bc777f72aa87cbe32024 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 21 Sep 2024 18:03:19 -0700 Subject: [PATCH] fix mistake in RELEASE.txt content --- RELEASE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index cbf061d17..f831305f2 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 ----------- -- 2.11.4.GIT