diff options
| author | Théo Zimmermann | 2018-04-14 00:28:12 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-04-14 00:28:12 +0200 |
| commit | c6369bb7a5a4564d6fd77a2c04c24a1795e95bf9 (patch) | |
| tree | 85c9dfb0c2d456fb53c1ab50ae91775a96e7e89b | |
| parent | f3b84cf63c242623bdcccd30c536e55983971da5 (diff) | |
Add missing CHANGES entry for #6169.
Fixes #7243.
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,6 +93,7 @@ Tactics of the execution. - `vm_compute` now supports existential variables. - Calls to `shelve` and `give_up` within calls to tactic `refine` now working. +- Deprecated tactic `appcontext` was removed. Focusing @@ -196,6 +197,7 @@ Options + `Refolding Reduction` + `Standard Proposition Elimination` + + `Dependent Propositions Elimination` + `Discriminate Introduction` + `Shrink Abstract` + `Tactic Pattern Unification` @@ -203,6 +205,7 @@ Options + `Injection L2R Pattern Order` + `Record Elimination Schemes` + `Match Strict` + + `Tactic Compat Context` + `Typeclasses Legacy Resolution` + `Typeclasses Module Eta` + `Typeclass Resolution After Apply` |
