about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-06-22 13:15:40 -0700
committerBart Schaefer <schaefer@zsh.org>2023-06-22 13:16:49 -0700
commite7a8dbb16c6c779211c56ecd20cd82ecc138ed2a (patch)
tree164ae1dd5abfd6587e4480e4da70188a76f65d00
parent6c993144bde84e145800ff007b1c698a867c7196 (diff)
downloadzsh-e7a8dbb16c6c779211c56ecd20cd82ecc138ed2a.tar.gz
zsh-e7a8dbb16c6c779211c56ecd20cd82ecc138ed2a.tar.xz
zsh-e7a8dbb16c6c779211c56ecd20cd82ecc138ed2a.zip
Missed ChangeLog entry from previous commit.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc3818213..e48073e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2023-06-22  Bart Schaefer  <schaefer@zsh.org>
 
+	* Marlon Richert: 51860: Completion/Base/Completer/_prefix,
+	Test/Y01completion.ztst, Test/comptest: simplify suffix handling
+	in _prefix to remove longstanding and less accurate hack; tests.
+
 	* Stephane: 51813: Functions/Misc/is-at-least: differentiate empty
 	$2 from omitted $2 to avoid wrong comparisons against ZSH_VERSION.