aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG_UNRELEASED.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG_UNRELEASED.md')
-rw-r--r--CHANGELOG_UNRELEASED.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md
index 4de594e..71cc9a9 100644
--- a/CHANGELOG_UNRELEASED.md
+++ b/CHANGELOG_UNRELEASED.md
@@ -386,6 +386,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
constructors, the case `mask [::] s` can be dealt with using
`mask0s` or explicit conversion.
+- in `ssrnum.v`, fixed notations `@minr` and `@maxr` to point `Order.min` and
+ `Order.max` respectively.
+
### Renamed
- `big_rmcond` -> `big_rmcond_in` (cf Changed section)