aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations/11859-warn-inexact-float.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/03-notations/11859-warn-inexact-float.rst')
-rw-r--r--doc/changelog/03-notations/11859-warn-inexact-float.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/03-notations/11859-warn-inexact-float.rst b/doc/changelog/03-notations/11859-warn-inexact-float.rst
deleted file mode 100644
index 224ffdbe9b..0000000000
--- a/doc/changelog/03-notations/11859-warn-inexact-float.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Added:**
- In primitive floats, print a warning when parsing a decimal value
- that is not exactly a binary64 floating-point number.
- For instance, parsing 0.1 will print a warning whereas parsing 0.5 won't.
- (`#11859 <https://github.com/coq/coq/pull/11859>`_,
- by Pierre Roux).