aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-11-07 15:16:46 +0100
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-11-07 15:16:46 +0100
commitd7cb0e2115ec37eddeeecbb1f2dbdeb7e49aeb7a (patch)
tree3abb601363cd1d5355acd6c86d28d0325a09531c /CHANGES
parentd03e27800ec51538701b606fb7be196e4693780a (diff)
Mention notypeclasses refine in CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f171ebc4..4a70584da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -75,7 +75,10 @@ Tactics
- Option "Injection On Proofs" was renamed "Keep Proof Equalities". When
enabled, injection and inversion do not drop equalities between objects
in Prop. Still disabled by default.
-
+- New tactics "notypeclasses refine" and "simple notypeclasses refine" that
+ disallow typeclass resolution when typechecking their argument, for use
+ in typeclass hints.
+
Hints
- Revised the syntax of [Hint Cut] to follow standard notation for regexps.