about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-08-10 16:53:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-08-10 16:53:00 +0000
commit432c0af097470b5276ebd1cce325a662697a3a24 (patch)
tree5770ead173027f68694bcf83fea4ac11cc47f1be /ChangeLog
parentf6ecbb7f4d74099a0d4b342996696159344f4235 (diff)
downloadzsh-432c0af097470b5276ebd1cce325a662697a3a24.tar.gz
zsh-432c0af097470b5276ebd1cce325a662697a3a24.tar.xz
zsh-432c0af097470b5276ebd1cce325a662697a3a24.zip
12582: improved first argument for is-at-least
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b23f0d6a..920ebd789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-08-10  Peter Stephenson  <pws@csr.com>
 
+	* 12582: Misc/Functions/is-at-least: make it accept name
+	parts in the first argument (though I forgot to handle things
+	like 3.1.6.random3 with no separator).
+
 	* 12581: Doc/Zsh/options.yo, Src/options.c, Src/params.c,
 	Src/zsh.h: Add C_BASES option to output hexadecimal as 0xFF
 	instead of 16#FF, and similarly for octal if OCTAL_ZEROES is set.