aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2006-10-06 08:35:10 +0000
committerherbelin2006-10-06 08:35:10 +0000
commitc1f32727314c6d08f151f0ac1d6ec12d9af3e09c (patch)
tree0b8018a876637523e0ba67520fd5edf72138d26d
parentea1cb421a9891df15cc8e60f130fc329a11c8d3a (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9219 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 577a828f3d..2e828267db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,9 @@ Changes from V8.1beta to V8.1
- [rewrite ... in H] now fails if [H] is used either in an hypothesis
or in the goal.
- The semantics of [rewrite ... in *] has been slightly modified (see doc).
+- Support for "as" clause in tactic injection
+- Fix for notations involving basic "match" expressions
+- Numerous reported bugs solved (some of them leading to incompatibilities)
Changes from V8.0 to V8.1beta