aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-04 14:07:59 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-04 14:07:59 +0000
commit883bea94e52fff9cee76894761d3704872d7a61d (patch)
treef60ce0ef15521daba0c996666562df16ea6edf6e /CHANGES
parentc7f63628e3659cc95235c71402c43b50aef3893d (diff)
Few misc. updates.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12622 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 fac3d9034..9fdbc6ab0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -126,6 +126,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.
+- Light revision and extension of the List library (possible source
+ of incompatibilities solvable by qualifying names accordingly).
- Revision of the Sorting library:
- new mergesort of worst-case complexity O(n*ln(n)) made available in
Mergesort.v;