aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 48d59df054..6ff6e2c41b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -65,9 +65,10 @@ Tactics
- New introduction pattern "?" for letting Coq choose a name
- Added "eassumption"
- Added option 'using lemmas' to auto, trivial and eauto
-- Numbering of "pattern" occurrences in "match with" made consistent
- with the printing of the return clause after the term to match in
- "match-with" construct (use "Set Printing All" to see hidden occurrences).
+- Numbering of "pattern", "unfold", "simpl", ... occurrences in "match
+ with" made consistent with the printing of the return clause after
+ the term to match in the "match-with" construct (use "Set Printing All"
+ to see hidden occurrences).
Modules