aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-10-08 17:45:32 +0000
committerherbelin2009-10-08 17:45:32 +0000
commit2e43dde0f53e8aa1e0afc9d0c214825678aec481 (patch)
tree49fb4191d7e6ff2782dcd4792e578b8ea3389b1e /CHANGES
parent93b74b4be215bd08ca7a123505177d6ec8ac7b4c (diff)
Fixed clash names in Relations (see bug report #2152) and make names
in Relation_Operators.v and Operators_Properties.v more uniform in general. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12381 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 19b51b4e39..563ab83ad9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -89,7 +89,7 @@ Library
- The function Compare_dec.nat_compare is now defined directly,
instead of relying on lt_eq_lt_dec. The earlier version is still
available under the name nat_compare_alt.
-- Lemmas in library Reals have been homogenized a bit.
+- 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.