about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-09-03 16:26:50 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-09-03 16:26:50 +0200
commit4599fc8ff7238edc2105d937a2492b3998b30115 (patch)
treefb36fe4e782b2f98c1702d546a0111c08af28fbb /NEWS
parentc25791589085eccf498ed39934b0658afb0f5f65 (diff)
downloadzsh-4599fc8ff7238edc2105d937a2492b3998b30115.tar.gz
zsh-4599fc8ff7238edc2105d937a2492b3998b30115.tar.xz
zsh-4599fc8ff7238edc2105d937a2492b3998b30115.zip
mention Inf/NaN floating point changes in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ddb3c0d2..93d879ce3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,17 @@ Note also the list of incompatibilities in the README file.
 Changes from 5.5.1 to 5.5.1-test-2
 ----------------------------------
 
+Non-stop IEEE 754 arithmetic support - Inf and NaN are now returned
+from floating point operations where errors were printed before.
+Inf and NaN are also recognised in arithmetic expressions.
+
 In shell patterns, [[:blank:]] now honours the locale instead of
 matching exclusively on space and tab, like for the other POSIX
 character classes or for extended regular expressions.
 
+Nanosecond precision on file times is supported in the module
+zsh/stat.
+
 Changes from 5.5 to 5.5.1
 -------------------------