about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStephane Chazelas <stephane@chazelas.org>2023-06-22 12:52:12 -0700
committerBart Schaefer <schaefer@zsh.org>2023-06-22 12:52:12 -0700
commit4f6a1b3717bb84b8243b13c4ec9171945893c934 (patch)
tree68aec178a07a90dfb8d572f185b51b8e80aca3bb /ChangeLog
parent10bdbd8b5b0b43445aff23dcd412f25cf6aa328a (diff)
downloadzsh-4f6a1b3717bb84b8243b13c4ec9171945893c934.tar.gz
zsh-4f6a1b3717bb84b8243b13c4ec9171945893c934.tar.xz
zsh-4f6a1b3717bb84b8243b13c4ec9171945893c934.zip
51813: differentiate empty $2 from omitted $2 in version comparisons
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e89ffee1b..fc3818213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-22  Bart Schaefer  <schaefer@zsh.org>
+
+	* Stephane: 51813: Functions/Misc/is-at-least: differentiate empty
+	$2 from omitted $2 to avoid wrong comparisons against ZSH_VERSION.
+
 2023-06-20  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 51877: Src/Modules/pcre.mdd, configure.ac: do not build pcre
@@ -17,7 +22,7 @@
 
 2023-06-06  Peter Stephenson  <p.stephenson@samsung.com>
 
-	* Stephan: 51818: Protect another ':'.
+	* Stephane: 51818: Protect another ':'.
 
 	* Stephane: 51817: Protect some use of ':' from history modifier
 	interpreation.