aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-07-15 10:52:40 +0000
committerherbelin2009-07-15 10:52:40 +0000
commit013fd8526b66aedff2a7ef4919bb9b2203ea89f1 (patch)
treefd4f4bd35926820a3c5c48bc320ee13c4e13624a /CHANGES
parent1cb6d3b235b03ccba046dee70b22d9f2e8dd8192 (diff)
- Granted wish #2138 (support for local binders in syntax of Record fields).
- Add tests related to commits 12229 (bug #2117) and 12241 (bug #2139). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12242 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b59c61ef49..92fd6e11d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,7 +30,8 @@ Vernacular commands
- New command "Timeout <n> <command>." interprets a command and a timeout
interrupts the interpretation after <n> seconds.
-- Option -R now supports binding Coq root read-only
+- Option -R now supports binding Coq root read-only.
+- New support for local binders in the syntax of Record/Structure fields.
Tools