File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Add new ` #[versioned(hint)] ` argument to provide type hints for struct fields ([ #1089 ] ).
10+ - ` #[versioned(hint(option))] ` for fields wrapped in an ` Option ` . Generates ` .map(Into::into) ` .
11+ - ` #[versioned(hint(vec))] ` for fields wrapped in an ` Vec ` . Generates ` .into_iter().map(Into::into).collect() ` .
12+
713### Fixed
814
915- Correctly emit enum variant fields in ` From ` impl blocks ([ #1086 ] ).
1016
1117[ #1086 ] : https://github.com/stackabletech/operator-rs/pull/1086
18+ [ #1089 ] : https://github.com/stackabletech/operator-rs/pull/1089
1219
1320## [ 0.8.1] - 2025-08-21
1421
You can’t perform that action at this time.
0 commit comments