about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-02-28 13:59:10 +0100
committerOliver Kiddle <opk@zsh.org>2024-02-28 13:59:10 +0100
commit69c58874611a586c68be14ce7965029dc00f41b7 (patch)
treed56b7d3e64ce6623dff85e784826e501a213a22a /ChangeLog
parent3078e07729930bfbff647b9b63452b58a54ecc70 (diff)
downloadzsh-69c58874611a586c68be14ce7965029dc00f41b7.tar.gz
zsh-69c58874611a586c68be14ce7965029dc00f41b7.tar.xz
zsh-69c58874611a586c68be14ce7965029dc00f41b7.zip
52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthesis in "kill -L" output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aaadfeb3..e836a3853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-02-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 52622 (tweaked, c.f. 52626): Src/jobs.c: adjust number of columns
+	and drop right-parenthesis in "kill -L" output
+
 	* 52623: Src/signames2.awk: add some Solaris signal descriptions
 
 2024-02-28  Oliver Kiddle  <opk@zsh.org>