Skip to content

Commit f23f35a

Browse files
authored
chore(stackable-versioned): Add missing changelog entry (#1062)
1 parent ecd20bd commit f23f35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/stackable-versioned/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333
- Fix regression introduced in [#1033]. The `#[kube(status = ...)]` attribute is generated correctly
3434
again ([#1046]).
3535
- Correctly handle fields added in later versions ([#1031]).
36+
- BREAKING: Unsupported items in a versioned module now emit an error instead of silently being dropped ([#1059]).
3637

3738
### Removed
3839

@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
5051
[#1041]: https://github.com/stackabletech/operator-rs/pull/1041
5152
[#1046]: https://github.com/stackabletech/operator-rs/pull/1046
5253
[#1050]: https://github.com/stackabletech/operator-rs/pull/1050
54+
[#1059]: https://github.com/stackabletech/operator-rs/pull/1059
5355

5456
## [0.7.1] - 2025-04-02
5557

0 commit comments

Comments
 (0)