Skip to content

Commit f7e5864

Browse files
committed
update changelog
Signed-off-by: Mirko Adzic <adzicmirko97@gmail.com>
1 parent 5be2d62 commit f7e5864

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
- Corrected `T: Sized` bounds to `T: ?Sized` in the generated `PinnedDrop`
4040
check by `#[pin_data]`.
41+
- `init!` no longer produces `nonstandard_style` group warnings at the call site, when
42+
used for structs with non-snake-case field names. Warnings are still reported on the
43+
struct definition, as expected.
4144

4245
## [0.0.10] - 2025-08-19
4346

0 commit comments

Comments
 (0)