We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e219abd commit 0e6d9edCopy full SHA for 0e6d9ed
crates/stackable-versioned/CHANGELOG.md
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Add basic support for generic types in struct and enum definitions ([#969]).
10
11
### Changed
12
13
- BREAKING: Move `preserve_module` option into `options` to unify option interface ([#961]).
14
15
[#961]: https://github.com/stackabletech/operator-rs/pull/961
16
+[#969]: https://github.com/stackabletech/operator-rs/pull/969
17
18
## [0.5.1] - 2025-02-14
19
0 commit comments