summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48b79878b..8df763425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2026-06-08 dana <dana@dana.is>
+ * unposted: NEWS: document COLUMNS+LINES change from w/54676
+
* 54676: Doc/Zsh/params.yo, Src/init.c, Src/params.c,
Src/utils.c, Test/D04parameter.ztst: preserve COLUMNS + LINES
from the environment
diff --git a/NEWS b/NEWS
index d1e58f5cb..d1c8a2e36 100644
--- a/NEWS
+++ b/NEWS
@@ -128,6 +128,9 @@ processing can be applied to the result.
A 'math' context now appears in $zsh_eval_context within arithmetic
constructs. This can be used to create dual-purpose math functions.
+The shell now preserves COLUMNS and LINES from the environment when run
+non-interactively.
+
Changes from 5.8.1 to 5.9
-------------------------