diff options
| author | Clément Pit-Claudel | 2019-06-17 18:03:05 -0400 |
|---|---|---|
| committer | Clément Pit-Claudel | 2019-06-17 18:03:05 -0400 |
| commit | 67c7c565361055bf57a75646b940e124e068ef24 (patch) | |
| tree | aba7e1b8018d2140ba422881a4634e7f058b5536 /doc/sphinx | |
| parent | 459fc67f4a40ff82a7694f9afafb3ac303d74554 (diff) | |
| parent | f53a5e3a2bd690425647fb832f6b6d96367a7c6a (diff) | |
Merge PR #10392: Fix the changelog of 8.10+beta2 following the backport of #10205.
Reviewed-by: cpitclaudel
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/changes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index e5045c222a..fd84868a1f 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -609,6 +609,15 @@ Changes in 8.10+beta2 Many bug fixes and documentation improvements, in particular: +**Tactics** + +- Make the :tacn:`discriminate` tactic work together with + :flag:`Universe Polymorphism` and equality in :g:`Type`. This, + in particular, makes :tacn:`discriminate` compatible with the HoTT + library https://github.com/HoTT/HoTT + (`#10205 <https://github.com/coq/coq/pull/10205>`_, + by Andreas Lynge, review by Pierre-Marie Pédrot and Matthieu Sozeau). + **SSReflect** - Make the ``case E: t`` tactic work together with |
