aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 07:00:58 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 07:00:58 +0000
commit2d48aeefe9e0c3cd993b74748407c4980e20477c (patch)
treeb36af062da1b9b509caf04636d18438d4225eef0 /CHANGES
parentee90d91dd35cdaa1ef95237c9d308bb6c8cb2ca2 (diff)
fold
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7231 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 fa1a1a812..8369a2585 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,7 +43,8 @@ Tactics
[ foo | | bar ] stands for [ foo | idtac | bar ]. (doc TODO).
- "Tactic Notation" extended to allow notations of tacticals (doc TODO).
- Added "autorewrite with ... in hyp [using ...]" (doc TODO).
-- Added entry constr_may_eval for tactic extensions (new syntax)
+- Added entry constr_may_eval for tactic extensions (new syntax).
+- Fixed a "fold" bug (non critical and possible source of incompatibilities).
Modules