diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-04 21:07:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-04 21:07:59 +0200 |
commit | 22ca86022481cbdfbdc3a2a1f0977735067b2447 (patch) | |
tree | d291bff0ffe3218003596ec56f01c1f7bc52a947 | |
parent | 658ce05d5381f1d428971586d03b75e5343c3df3 (diff) | |
download | egawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.tar.gz egawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.tar.bz2 egawk-22ca86022481cbdfbdc3a2a1f0977735067b2447.zip |
Update NEWS.
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --------------------------- |