Skip to content

Commit 4257291

Browse files
committed
chore: Add changelog entry
1 parent d4e9478 commit 4257291

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)