aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-04-03 13:58:33 +0200
committerPierre-Marie Pédrot2020-04-03 14:10:58 +0200
commit0e83878b0750aaa2b69bb2ff529131ab16d3d64f (patch)
tree1a960a9f1c970d54865cd94c21ec1a743afdfdfc /doc/changelog/03-notations
parente46e37ddabcb5ef2d58fd09dcc0a13a4b42f6b93 (diff)
Adding changelog for 8.11.1.
Diffstat (limited to 'doc/changelog/03-notations')
-rw-r--r--doc/changelog/03-notations/11530-master+fix11331-custom-entries-precedence.rst8
-rw-r--r--doc/changelog/03-notations/11859-warn-inexact-float.rst6
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/changelog/03-notations/11530-master+fix11331-custom-entries-precedence.rst b/doc/changelog/03-notations/11530-master+fix11331-custom-entries-precedence.rst
deleted file mode 100644
index b105928b22..0000000000
--- a/doc/changelog/03-notations/11530-master+fix11331-custom-entries-precedence.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-- **Fixed:**
- Bugs in dealing with precedences of notations in custom entries
- (`#11530 <https://github.com/coq/coq/pull/11530>`_,
- by Hugo Herbelin, fixing in particular
- `#9517 <https://github.com/coq/coq/pull/9517>`_,
- `#9519 <https://github.com/coq/coq/pull/9519>`_,
- `#9521 <https://github.com/coq/coq/pull/9521>`_,
- `#11331 <https://github.com/coq/coq/pull/11331>`_).
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).