aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-12-08 18:12:27 +0100
committerPierre-Marie Pédrot2015-12-08 18:12:27 +0100
commite70165079e8defe490a568ece20a7029e4c1626e (patch)
tree7e8ad97cbe6e06251fae9cc2da48acc8ab36d303 /CHANGES
parent071a458681254716a83b1802d5b6a30edda37892 (diff)
parent19ea51a4b7f7debbe5bdeb2b2689cddadd9876f4 (diff)
Merge branch 'v8.5'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9da642b0f6..3eed3dca07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,18 @@ Program
- The "Shrink Obligations" flag now applies to all obligations, not only those
solved by the automatic tactic.
+Changes from V8.5beta3
+======================
+
+Specification language
+
+- Syntax "$(tactic)$" changed to "ltac:(tactic)".
+
+Tactics
+
+- Syntax "destruct !hyp" changed to "destruct (hyp)", and similarly
+ for induction.
+
Changes from V8.5beta2 to V8.5beta3
===================================
@@ -24,10 +36,6 @@ Vernacular commands
introducing it.
- New command "Show id" to show goal named id.
-Specification language
-
-- Syntax "$(tactic)$" changed to "ltac: tactic".
-
Tactics
- New flag "Regular Subst Tactic" which fixes "subst" in situations where