aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG_UNRELEASED.md
diff options
context:
space:
mode:
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