From: Taylor R Campbell Date: Sun, 18 Nov 2018 03:38:52 +0000 (+0000) Subject: Add note about <= and >= fix. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~36 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=42c58ec0e8234d747cb4eadb3e695fc12fa12058;p=mit-scheme.git Add note about <= and >= fix. --- 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.