aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-21 21:19:48 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-21 21:19:48 +0000
commitac480630f60b99c31aefc78dafce6d483f95b862 (patch)
tree65099d9be9513692423998b8502d43f7dbf3e520 /CHANGES
parentae5dc00f7a28eb8b7f0242cb2b294d3a653ab105 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5370 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed5005e03..48d0c1708 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,11 @@ Syntax
- "assert" semantics now consistent with reference manual
- Redundant syntax "Implicit Arguments On/Off" discontinued
+Interpretation scopes
+
+- Add scope %bool
+- Import no more needed to activate argument scopes from a module
+
Tools
- Coqdoc support for notation links
@@ -29,6 +34,9 @@ Bug fixes
- Fix pattern-matching compilation bugs (and new support for patterns
in a same column but in different inductive types)
- Fix a potential precedence problem with notations including pattern "{ _ }"
+- Fix nested coercion printing bug
+- Fix printing of notation when interleaved with coercions
+- Fix "Tactic Notation" translation bugs
Changes from V8.0beta old syntax to V8.0beta
============================================