aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-11-04 21:07:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-11-04 21:07:59 +0200
commit22ca86022481cbdfbdc3a2a1f0977735067b2447 (patch)
treed291bff0ffe3218003596ec56f01c1f7bc52a947
parent658ce05d5381f1d428971586d03b75e5343c3df3 (diff)
downloadegawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.tar.gz
egawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.tar.bz2
egawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.zip
Update NEWS.
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b96cea7c..1d0a00b4 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 5.1.x to 5.2.0
+---------------------------
+
+1. Numeric scalars now compare in the same way as C for the relational
+operators. Comparison order for sorting has not changed. This only
+makes a difference when comparing Infinity and NaN values with
+regular numbers; it should not be noticeable most of the time.
+
Changes from 5.1.0 to 5.1.1
---------------------------