aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-29 13:44:10 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-01-29 13:44:10 +0000
commitd6997b13582a19772a74fc5b198fa3752d9e2b16 (patch)
tree12e603089aab93288985de83fb4d740dece87186 /CHANGES
parent5d623b0b32d987387aa9f47c87bc6779b7a9216e (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5266 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ecb548298..869cc9a08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,22 @@
Changes from V8.0beta to V8.0
=============================
+Syntax
+
+- Command "Print." discontinued.
+- "assert" semantics now consistent with reference manual
+- Redundant syntax "Implicit Arguments On/Off" discontinued
+
Tools
- Coqdoc support for notation links
Bug fixes
-- "assert" semantics now consistent with reference manual
+- Fix a bug with 'Notation "'id'" := c.'
- Translator printing bug of reals fixed
-- Obsolete "Implicit Arguments On/Off" removed
-- fix a bug in induction/destruct when not all the variables of
- the type of the eliminated object are bound in the elimination predicate
+- Fix bugs in induction/destruct in case the type of the eliminated object
+ has parameters
Changes from V8.0beta old syntax to V8.0beta
============================================