aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2018-04-24 15:22:18 +0200
committerGitHub2018-04-24 15:22:18 +0200
commit591c3e4f02eee85577f3609a00c50ebc763e86cc (patch)
treefa3f2ca3eb7f54ebb842462558430ca56a766302
parent78040f8ea61531f564f56224a5590df254828027 (diff)
parentf36bb9b4f35286c5dd2b8e047ba294b47652823b (diff)
Merge pull request #198 from math-comp/close-changelog-4-release
Close ChangeLog to release 1.7
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b94fe26..13045e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-23/04/2018 - compatibility with Coq 8.7 and several small fixes -
- upcoming version 1.7
- * Compatibility with Coq 8.8
- * Lost compatibility with Coq <= 8.5
+24/04/2018 - compatibility with Coq 8.8 and several small fixes - version 1.7
+
+ * Added compatibility with Coq 8.8 and lost compatibility with
+ Coq <= 8.5. This release is compatible with Coq 8.6, 8.7 and 8.8.
* Integration to Coq: ssrbool.v ssrfun.v and plugin.
ssrtest also moved to Coq test suite.
@@ -17,13 +17,13 @@
conjC, n.-root and sqrtC, previously defined in library algC.v,
are now part of this generic interface. In case of ambiguity,
a cast to type algC, of complex algebraic numbers, can be used to
- desambiguate via typing constraints. Some theory was thus made
+ disambiguate via typing constraints. Some theory was thus made
more generic, and the corresponding lemmas, previously defined in
library algC.v (e.g. conjCK) now feature an extra, non maximal
implicit, parameter of type numClosedFieldType. This could break
some proofs.
- Lemma dvdn_fact was moved from library prime.v to library div.v
+ * Lemma dvdn_fact was moved from library prime.v to library div.v
* Structures, changes in interfaces:
numClosedFieldType
@@ -52,6 +52,7 @@
ltngtP, contra_eq, contra_neq, odd_opp, nth_iota
24/11/2015 - major reorganization of the archive - version 1.6
+
* Files split into sub-directories: ssreflect, algebra, fingroup,
solvable, field and character. In this way the user can decide
to compile only the subset of the Mathematical Components library