From 42c58ec0e8234d747cb4eadb3e695fc12fa12058 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 18 Nov 2018 03:38:52 +0000 Subject: [PATCH] Add note about <= and >= fix. --- src/relnotes/bug-compare-nan | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/relnotes/bug-compare-nan diff --git a/src/relnotes/bug-compare-nan b/src/relnotes/bug-compare-nan new file mode 100644 index 000000000..aabd0ee9a --- /dev/null +++ b/src/relnotes/bug-compare-nan @@ -0,0 +1,2 @@ +Bug fix: The <= and >= procedures now return false for NaN inputs; they +previously returned true. -- 2.25.1