diff options
| author | Maxime Dénès | 2019-12-18 12:50:18 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-12-18 12:50:18 +0100 |
| commit | 7c3acd67dbf0c4574820c45d4f918bce58f1b5ee (patch) | |
| tree | 1786833993b91c3d4a86f5795823f3e023a8bbd3 /doc | |
| parent | c1271dbc7763225dd1eadae8b5c8ba45b8ac5433 (diff) | |
| parent | 7d961a914a8eaa889a982a4f84b3ba368d9e8ebc (diff) | |
Merge PR #11263: [micromega] fix efficiency regression
Reviewed-by: maximedenes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/11263-micromega-fix.rst | 6 | ||||
| -rw-r--r-- | doc/stdlib/hidden-files | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11263-micromega-fix.rst b/doc/changelog/04-tactics/11263-micromega-fix.rst new file mode 100644 index 0000000000..ebfb6c19b1 --- /dev/null +++ b/doc/changelog/04-tactics/11263-micromega-fix.rst @@ -0,0 +1,6 @@ +- **Fixed** + Efficiency regression introduced by PR `#9725 <https://github.com/coq/coq/pull/9725>`_. + (`#11263 <https://github.com/coq/coq/pull/11263>`_, + fixes `#11063 <https://github.com/coq/coq/issues/11063>`_, + and `#11242 <https://github.com/coq/coq/issues/11242>`_, + and `#11270 <https://github.com/coq/coq/issues/11270>`_, by Frédéric Besson). diff --git a/doc/stdlib/hidden-files b/doc/stdlib/hidden-files index a2bc90ffc0..b816ef6210 100644 --- a/doc/stdlib/hidden-files +++ b/doc/stdlib/hidden-files @@ -24,6 +24,7 @@ plugins/extraction/Extraction.v plugins/funind/FunInd.v plugins/funind/Recdef.v plugins/ltac/Ltac.v +plugins/micromega/Ztac.v plugins/micromega/DeclConstant.v plugins/micromega/Env.v plugins/micromega/EnvRing.v |
