Add note about <= and >= fix.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 03:38:52 +0000 (03:38 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 06:11:43 +0000 (06:11 +0000)
src/relnotes/bug-compare-nan [new file with mode: 0644]

diff --git a/src/relnotes/bug-compare-nan b/src/relnotes/bug-compare-nan
new file mode 100644 (file)
index 0000000..aabd0ee
--- /dev/null
@@ -0,0 +1,2 @@
+Bug fix: The <= and >= procedures now return false for NaN inputs; they
+previously returned true.