aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-19 20:56:43 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-19 20:56:43 +0000
commit509cd11ac957c0ff97cbe9a0cd50852c74095e36 (patch)
treeaeadbbc55f35b9c572a4f76084bb5ec7a5c9e401 /CHANGES
parent0157aadd967fcba870fb9bf74ea2af7671105efc (diff)
migration of the old IntMap library from StdLib to a user contrib (Cachan/IntMap)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 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 72d88103f..56bf9ae15 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,8 @@ Commands
Libraries
+- library IntMap, subsumed by FSets/FMaps, has been removed from
+ Coq Standard Library and moved into a user contribution Cachan/IntMap
- Better computational behavior of some constants (eq_nat_dec and
le_lt_dec more efficient, Z_lt_le_dec and Positive_as_OT.compare
transparent, ...) [exceptionally source of incompatibilities].