diff options
| author | Pierre-Marie Pédrot | 2020-11-10 13:20:15 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-11-12 10:58:46 +0100 |
| commit | aa6d64c7de5d75f1a2625a3ec99c3efc699c5440 (patch) | |
| tree | 21a63e48649b8217e9875790f49466d92bb3e0fe /doc | |
| parent | 0ca664107a1e60dfa47aa7536e30a348456efe44 (diff) | |
Add documentation about the soundness bug.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/changes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 8da5014125..f1bcd2fb44 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -1224,6 +1224,13 @@ Changes in 8.12.1 <https://github.com/coq/coq/pull/12738>`_, fixes `#7015 <https://github.com/coq/coq/issues/7015>`_, by Gaëtan Gilbert). +- **Fixed:** + Polymorphic side-effects inside monomorphic definitions were incorrectly + handled as not inlined. This allowed deriving an inconsistency + (`#13331 <https://github.com/coq/coq/pull/13331>`_, + fixes `#13330 <https://github.com/coq/coq/issues/13330>`_, + by Pierre-Marie Pédrot). + **Notations** - **Fixed:** |
