aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG_UNRELEASED.md
diff options
context:
space:
mode:
authorCyril Cohen2021-01-22 15:13:52 +0100
committerGitHub2021-01-22 15:13:52 +0100
commit5853de19f08ec7ddb3782ea9bb4783fdc8443558 (patch)
treeab0ca09da86f27ef6bdf5f9f2e1bc32c5556638e /CHANGELOG_UNRELEASED.md
parentc1c8ae66da745ec3960ecab02549ad918051fb0c (diff)
parent9ea33f07e98066cd05b5ab93f336f95e83272828 (diff)
Merge pull request #686 from pi8027/drop-coq-8.10
Drop support for Coq 8.10
Diffstat (limited to 'CHANGELOG_UNRELEASED.md')
-rw-r--r--CHANGELOG_UNRELEASED.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md
index b2a4ad1..3be4138 100644
--- a/CHANGELOG_UNRELEASED.md
+++ b/CHANGELOG_UNRELEASED.md
@@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- In `ssralg.v` and `ssrint.v`, the nullary ring notations `-%R`, `+%R`, `*%R`,
`*:%R`, and `*~%R` are now declared in `fun_scope`.
+- across the library, the deprecation mechanism to use has been changed from the
+ `deprecate` notation to the `deprecated` attribute (cf. Removed section).
+
### Renamed
- in `path.v`,
@@ -37,6 +40,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
+- in `ssreflect.v`, the `deprecate` notation has been deprecated. Use the
+ `deprecated` attribute instead (cf. Changed section).
+
+- in `seq.v`, `iota_add` has been deprecated. Use `iotaD` instead.
+
+- in `ssrnat.v` and `ssrnum.v`, deprecation aliases and the `mc_1_10`
+ compatibility modules introduced in MathComp 1.11+beta1 have been removed.
+
+- in `seq.v`, remove the following deprecation aliases introduced in MathComp
+ 1.9.0: `perm_eq_rev`, `perm_eq_flatten`, `perm_eq_all`, `perm_eq_small`,
+ `perm_eq_nilP`, `perm_eq_consP`, `leq_size_perm`, `uniq_perm_eq`,
+ `perm_eq_iotaP`, and `perm_undup_count`.
+
### Infrastructure
### Misc