summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.