about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2023-05-18 23:53:27 +0300
committerOliver Kiddle <opk@zsh.org>2023-05-21 03:08:00 +0200
commit1f64d0912720ba35f92020c3c1e128039cac5df8 (patch)
tree466f8f02ebcb48cd3b1e06ca469b8fbc32d847e8 /ChangeLog
parentbb441f77a70bf7b5f13ab8f9113ba9b7a1593479 (diff)
downloadzsh-1f64d0912720ba35f92020c3c1e128039cac5df8.tar.gz
zsh-1f64d0912720ba35f92020c3c1e128039cac5df8.tar.xz
zsh-1f64d0912720ba35f92020c3c1e128039cac5df8.zip
51760: r and R were listed in the wrong order.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1b1c7da4..2d4c68038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-05-21  Oliver Kiddle  <opk@zsh.org>
 
+	* Marlon Richert: 51760: Doc/Zsh/compwid.yo: r and R were listed
+	in the wrong order.
+
 	* Marlon Richert: 51758: Test/Y01completion.ztst, Doc/Zsh/expn.yo,
 	Completion/Zsh/Context/_dynamic_directory_name: Make dynamic dir
 	completion easier to implement