diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-20 00:20:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-20 00:20:44 +0800 |
| commit | be586e42eadc1185e8bf0b1088bc978cec81b33e (patch) | |
| tree | f0a8c89daff44713ca1ed72321501f319f73ae2c /CHANGELOG.md | |
| parent | e1b8f6bc80c361070265484fcc442f7923523c1e (diff) | |
Re-export Groupped trait from prelude
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9875171..0a9b6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,6 +178,8 @@ impl ErrorNotDir { This macro is only available with the `extra_macros` feature. +9. **\[mingling\]** Added `Groupped` trait to the `mingling::prelude` module, so it can now be imported via `use mingling::prelude::*` without needing to separately import the trait from the `mingling` crate root. + #### **BREAKING CHANGES** (API CHANGES): 1. **\[core\]** Changed the signature of `ProgramSetup::setup` from `fn setup(&mut self, program: &mut Program<C>) -> S` to `fn setup(self, program: &mut Program<C>)`, consuming `self` instead of taking a mutable reference. Correspondingly, `Program::with_setup` now accepts `S` by value (`&mut self, setup: S`) instead of by mutable reference (`&mut self, setup: &mut S`). |
