diff options
| author | Théo Zimmermann | 2019-11-02 18:08:28 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-12-02 08:23:26 +0100 |
| commit | dd0019e5a02db64012d2c3f6692ad03c3a84924f (patch) | |
| tree | d1449d2062ba7c23d50df25ac9fe5ccdcd786385 /doc/changelog/01-kernel | |
| parent | 31e109671896ef42653b1fcf239d8ebe1424c3da (diff) | |
Move unreleased changelog to new 8.11 section.
Diffstat (limited to 'doc/changelog/01-kernel')
4 files changed, 0 insertions, 30 deletions
diff --git a/doc/changelog/01-kernel/09867-floats.rst b/doc/changelog/01-kernel/09867-floats.rst deleted file mode 100644 index cae4dbb335..0000000000 --- a/doc/changelog/01-kernel/09867-floats.rst +++ /dev/null @@ -1,14 +0,0 @@ -- **Added:** - A built-in support of floating-point arithmetic, allowing - one to devise efficient reflection tactics involving numerical - computation. Primitive floats are added in the language of terms, - following the binary64 format of the IEEE 754 standard, and the - related operations are implemented for the different reduction - engines of Coq by using the corresponding processor operators in - rounding-to-nearest-even. The properties of these operators are - axiomatized in the theory :g:`Coq.Floats.FloatAxioms` which is part - of the library :g:`Coq.Floats.Floats`. - See Section :ref:`primitive-floats` - (`#9867 <https://github.com/coq/coq/pull/9867>`_, - closes `#8276 <https://github.com/coq/coq/issues/8276>`_, - by Guillaume Bertholon, Erik Martin-Dorel, Pierre Roux). diff --git a/doc/changelog/01-kernel/10439-uniform-opaque-seff-handling.rst b/doc/changelog/01-kernel/10439-uniform-opaque-seff-handling.rst deleted file mode 100644 index 84060ddf29..0000000000 --- a/doc/changelog/01-kernel/10439-uniform-opaque-seff-handling.rst +++ /dev/null @@ -1,5 +0,0 @@ -- **Changed:** - Internal definitions generated by :tacn:`abstract`\-like tactics are now inlined - inside universe :cmd:`Qed`\-terminated polymorphic definitions, similarly to what - happens for their monomorphic counterparts, - (`#10439 <https://github.com/coq/coq/pull/10439>`_, by Pierre-Marie Pédrot). diff --git a/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst b/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst deleted file mode 100644 index 5d224797d4..0000000000 --- a/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst +++ /dev/null @@ -1,7 +0,0 @@ -- **Fixed:** - Section data is now part of the kernel. Solves a soundness issue - in interactive mode where global monomorphic universe constraints would be - dropped when forcing a delayed opaque proof inside a polymorphic section. Also - relaxes the nesting criterion for sections, as polymorphic sections can now - appear inside a monomorphic one - (`#10664, <https://github.com/coq/coq/pull/10664>`_ by Pierre-Marie Pédrot). diff --git a/doc/changelog/01-kernel/10811-sprop-default-on.rst b/doc/changelog/01-kernel/10811-sprop-default-on.rst deleted file mode 100644 index 2c008fb5d3..0000000000 --- a/doc/changelog/01-kernel/10811-sprop-default-on.rst +++ /dev/null @@ -1,4 +0,0 @@ -- **Changed:** - Using ``SProp`` is now allowed by default, without needing to pass - ``-allow-sprop`` or use :flag:`Allow StrictProp` (`#10811 - <https://github.com/coq/coq/pull/10811>`_, by Gaëtan Gilbert). |
