aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-03-28 17:52:17 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-03-28 21:07:45 +0200
commita0d3865ced307d6f826b2eaae9cc2e23ff465d8b (patch)
treeb7c17ea0ed6ed51546822335b92394b780f298f9 /CHANGES
parent2a45c6df8b243ddd3e70e8b5244d1ce8014e7970 (diff)
Supporting fix/cofix in Ltac pattern-matching (wish #7092).
This is done by not failing for fix/cofix while translating from glob_constr to constr_pattern.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24c4cfec0..8805254b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@ Tools
- Coq_makefile lets one override or extend the following variables from
the command line: COQFLAGS, COQCHKFLAGS, COQDOCFLAGS.
+Tactic language
+
+- Support for fix/cofix added in Ltac "match" and "lazymatch".
+
Changes from 8.7.2 to 8.8+beta1
===============================