aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-11-07 15:14:44 +0100
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-11-07 15:15:18 +0100
commitd03e27800ec51538701b606fb7be196e4693780a (patch)
tree3c52fe99ad3e539e03edbe994c135983cbfc60a0 /CHANGES
parent25a60b1fcfa2f6017bedd986b1f90fe923d0f3ad (diff)
CHANGES for this branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b74e783d..7f171ebc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -82,6 +82,16 @@ Hints
- Hint Mode now accepts "!" which means that the mode matches only if the
argument's head is not an evar (it goes under applications, casts, and
scrutinees of matches and projections).
+- Hints can now take an optional user-given pattern, used only by
+ [typeclasses eauto] with the [Filtered Unification] option on.
+
+Typeclasses
+
+- Many new options and new engine based on the proof monad. The
+ [typeclasses eauto] tactic is now a multi-goal, multi-success tactic.
+ See reference manual for more information. It is planned to
+ replace auto and eauto in the following version. The 8.5 resolution
+ engine is still available to help solve compatibility issues.
Program