aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-11-23 07:39:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-11-23 07:39:39 +0000
commite19de55919ca44fee8d8ccede5f1caf21064913d (patch)
tree0c115b71464b785a189f07880046c715843a6b7f /CHANGES
parent2f69234e4cf2a1484aa43dd4d033957abb9078d5 (diff)
Fixed bug #2006 (type constraint on Record was not taken into account) +
slight improving of the printing of record. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11619 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c346fc8b3..e0012e832 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,7 @@ Language
As a consequence, Acc_rect has now a more direct proof [possible source
of easily fixed incompatibility in case of manual definition of a recursor
in a recursive singleton inductive type].
+- Specific sort constraints on Record now taken into account.
Vernacular commands