aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fdc3885cc1..2319f1c0ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
Changes from V8.1beta to V8.1beta2
==================================
+Syntax
+
+- changed parsing precedence of let/in and fun constructions of Ltac:
+ let x := t in e1; e2 is now parsed as let x := t in (e1;e2).
+
Language and commands
- Added sort-polymorphism for definitions in Type.