1
0
Fork 0

Mention parameter order change in breaking changes

This commit is contained in:
Robbert van der Helm 2022-11-17 18:17:38 +01:00
parent a69526c758
commit 2cddd7089f

View file

@ -6,6 +6,12 @@ new and what's changed, this document lists all breaking changes in reverse
chronological order. If a new feature did not require any changes to existing
code then it will not be listed here.
## [2022-11-17]
- The order of `#[nested]` parameters in the parameter list now always follows
the declaration order instead of nested parameters being ordered below regular
parameters.
## [2022-11-08]
- The `Param::{next_previous}{_step,_normalized_step}()` functions now take an