about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2023-08-15 15:13:48 +0200
committerMikael Magnusson <mikachu@gmail.com>2023-10-16 10:34:15 +0200
commitc9da370470754fe4760a5c62671174fce4441931 (patch)
treeb7d270bf2f233878eb1c3289ed91ac01a67db240 /ChangeLog
parenta709643b769178697173f4db9796b06bca460e26 (diff)
downloadzsh-c9da370470754fe4760a5c62671174fce4441931.tar.gz
zsh-c9da370470754fe4760a5c62671174fce4441931.tar.xz
zsh-c9da370470754fe4760a5c62671174fce4441931.zip
52056: _sccs: don't handle subcommands in main namespace
If someone using sccs wants to save typing, they can just do
alias get="sccs get" anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed0253bb5..5eb4876b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-16  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 52056: Completion/Unix/Command/_sccs: _sccs: don't handle
+	subcommands in main namespace
+
 2023-10-15  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52218: Etc/BUGS, NEWS, README: notes since 5.9 release