diff options
Diffstat (limited to 'CHANGELOG_UNRELEASED.md')
| -rw-r--r-- | CHANGELOG_UNRELEASED.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index ad3cae2..fd5e2cb 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -27,6 +27,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`, @@ -35,6 +38,14 @@ 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. + ### Infrastructure ### Misc |
