From 2cddd7089f06243ddf81d40948a2fe5bfe4c9b7e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 17 Nov 2022 18:17:38 +0100 Subject: [PATCH] Mention parameter order change in breaking changes --- BREAKING_CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 1f4f59d5..09a9895d 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -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