Skip to content

Commit 32f0af1

Browse files
committed
fix changelog
1 parent 1427a27 commit 32f0af1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Add initializer code blocks to `[try_][pin_]init!` macros: make initializer
1414
macros accept any number of `_: {/* arbitrary code */},` & make them run the
1515
code at that point.
16-
- Allow users to specify `#[bind]` on field assignments in `[try_][pin_]init!`
17-
macros. Doing so exposes the marked field via a `let` binding as `&mut T` or
18-
`Pin<&mut T>`.
16+
- Make the `[try_][pin_]init!` macros expose initialized fields via a `let`
17+
binding as `&mut T` or `Pin<&mut T>` for later fields.
1918

2019
## [0.0.10] - 2025-08-19
2120

0 commit comments

Comments
 (0)