aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5bbb723dba..e324325eda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -107,12 +107,18 @@ Tactics
arguments (e.g. the accessibility predicate) has been fixed (source
of incompatibilities)
- Symmetry now applies to hypotheses too
+- Inversion now accept a "as [ ... ]" option to name the hypotheses
Bugs
- Rename bug fixed (#244)
- see coq-bugs server for the complete list of fixed bugs
+Miscellaneous
+
+- Implicit parameters of inductive types definition now taken into
+ account for infering other implicit arguments
+
Changes from V7.3.1 to V7.4
===========================