aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2007-02-21 17:07:50 +0000
committerherbelin2007-02-21 17:07:50 +0000
commit673455fadfc0ca4df1fa33a629c57694bf442394 (patch)
treeecf37553eaa5878f349f56c22440d94255f3c719 /CHANGES
parent3e5f0e1521168412e3f0982a6c5456fd2978e63b (diff)
Prise en compte de l'environnement dans les pbs de conversion + MAJ CHANGES
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9664 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6bb9e268b2..e4e2a89bd4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,10 +8,18 @@ Tactic Language
- Second-order pattern-matching now working in Ltac "match" clauses
(syntax for second-order unification variable is "@?X").
+- Ltac accepts integer arguments (syntax is "ltac:nnn" for nnn an integer)
+
+Changes from V8.1gamma to V8.1
+==============================
+
+Bug fixes
+
+- Many bugs have been fixed (cf coq-bugs web page)
Tactics
-- New tactic ring, ring_simplify and new tactic field now able to manage
+- New tactics ring, ring_simplify and new tactic field now able to manage
power to a positive integer constant. Tactic ring on Z and R, and
field on R manage power (may lead to incompatibilities with V8.1gamma).
- Tactic field_simplify now applicable in hypotheses.
@@ -20,6 +28,12 @@ Tactics
all able to apply user-given equations to rewrite monoms on the fly
(see documentation).
+Libraries
+
+- New file ConstructiveEpsilon.v defining an epsilon operator and
+ proving the axiom of choice constructively for a countable domain
+ and a decidable predicate.
+
Changes from V8.1beta to V8.1gamma
==================================