aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2010-03-28 19:35:03 +0000
committerherbelin2010-03-28 19:35:03 +0000
commit1c4a4908a82e2eba9cc2d335697d51182f7314c2 (patch)
tree39f6a5b7caf7d583af468d59c9f62378a748f8d3 /CHANGES
parentbe76b6af359ea61bc71e59efb4802ff01cce728c (diff)
Fixing bug #2254 (inappropriate names of Zlt_gt_succ and Zlt_succ_gt)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12888 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eec408d528..4168ac3a02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -155,6 +155,8 @@ Library
- Lemmas in library Relations and Reals have been homogenized a bit.
- The implicit argument of Logic.eq is now maximally inserted, allowing
to simply write "eq" instead of "@eq _" in morphism signatures.
+- Wrongly named lemmas (Zlt_gt_succ and Zlt_succ_gt) fixed (potential source
+ of incompatibilities)
- List library:
- Definitions of list, length and app are now in Init/Datatypes.
Support for compatibility is provided.