about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-09-11 16:08:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-09-11 16:08:09 +0000
commitd2f5474fa5cea3f3fb50bedfdf5970edae0cfe27 (patch)
treea3314894765aff019d8cf0027b29ee0c9bccbe5a /NEWS
parent03dd76a16c3bda98cf7a5ca23d111ef703b4f259 (diff)
downloadzsh-d2f5474fa5cea3f3fb50bedfdf5970edae0cfe27.tar.gz
zsh-d2f5474fa5cea3f3fb50bedfdf5970edae0cfe27.tar.xz
zsh-d2f5474fa5cea3f3fb50bedfdf5970edae0cfe27.zip
NEWS: unposted: further update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85272fd04..1f131a205 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ Note also the list of incompatibilities in the README file.
 Changes since 5.0.0
 -------------------
 
+Numeric constants encountered in mathematical expressions (but not other
+contexts) can contain underscores as separators that will be ignored on
+evaluation, as allowed in other scripting languages.  For example,
+0xFFFF_FFFF, or 3.141_592_654.
+
 "functions -T" turns on tracing for the specified function(s) only,
 similar to "functions -t" except that tracing is turned off for any
 functions called from the specified one(s) that don't also have the -t