aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillaume Melquiond2020-06-09 20:35:55 +0200
committerGuillaume Melquiond2020-06-09 20:35:55 +0200
commit95be052f60b1b6b4cc0b12e92b3d1b86b5bd7ca9 (patch)
tree12e87cc010637051271423455d5b1bf42269215b /doc
parent95fb6a9e62bc061db5c9fe39a25d69b7cf2cd06e (diff)
parent9c76e6b4c9ae24826668fa9f72faf93e5d4c6acf (diff)
Merge PR #12484: Fix #12483 Incorrect specification of PrimFloat.leb
Ack-by: Zimmi48 Reviewed-by: erikmd Reviewed-by: silene
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/12484-fix12483.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/12484-fix12483.rst b/doc/changelog/10-standard-library/12484-fix12483.rst
new file mode 100644
index 0000000000..95e7c150a3
--- /dev/null
+++ b/doc/changelog/10-standard-library/12484-fix12483.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Fix the specification of :n:`PrimFloat.leb` which made
+ :n:`(x <= y)%float` true for any non NaN :n:`x` and :n:`y`.
+ (`#12484 <https://github.com/coq/coq/pull/12484>`_,
+ fixes `#12483 <https://github.com/coq/coq/issues/12483>`_,
+ by Pierre Roux).