about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2019-03-20 23:07:53 -0500
committerMatthew Martin <phy1729@gmail.com>2019-03-21 22:04:55 -0500
commit5267bdc4ef91c1609bf0499861cc46f63e9e5784 (patch)
treea80889804fce3fc6717b65d1b8e7aa512bb996ae /ChangeLog
parent9b267ff1ebd02177613c25ba8e032fdcc4b8d349 (diff)
downloadzsh-5267bdc4ef91c1609bf0499861cc46f63e9e5784.tar.gz
zsh-5267bdc4ef91c1609bf0499861cc46f63e9e5784.tar.xz
zsh-5267bdc4ef91c1609bf0499861cc46f63e9e5784.zip
44153: rm: Accept -R as equivalent to -r
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b645c492d..e5941f6a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
 
 2019-03-21  Matthew Martin  <phy1729@gmail.com>
 
+	* 44153: Doc/Zsh/mod_files.yo, Src/Modules/files.c: rm: Accept
+	-R as equivalent to -r.
+
 	* 44149: Completion/Unix/Command/_mkdir,
 	Completion/Unix/Command/_stat: Use _pick_variant -b.