about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-04-06 20:00:55 -0500
committerMatthew Martin <phy1729@gmail.com>2022-04-06 20:01:48 -0500
commit73265d41e356992664e17bd95e2e5daf22790bf0 (patch)
treea7f08993c42d1db7c5eba97c488bcdf271d3d179 /ChangeLog
parentb286ed48faa46d7446aca596ab0467e1b76ef7f3 (diff)
downloadzsh-73265d41e356992664e17bd95e2e5daf22790bf0.tar.gz
zsh-73265d41e356992664e17bd95e2e5daf22790bf0.tar.xz
zsh-73265d41e356992664e17bd95e2e5daf22790bf0.zip
49960: Sort lists in zshcompsys
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b7cb3dc5..e8a1ffc52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-06  Matthew Martin  <phy1729@gmail.com>
+
+	* 49960: Doc/Zsh/compsys.yo: Sort lists in zshcompsys.
+
 2022-04-05  Bart Schaefer  <schaefer@toltec-ubuntu>
 
 	* 49994: Src/glob.c: Single-byte equivalence of users/22601 and