Skip to content

Commit a654873

Browse files
committed
changelog
1 parent 80ea460 commit a654873

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ All notable changes to this project will be documented in this file.
1313
### Changed
1414

1515
- BREAKING: Split `ListenerClass.spec.preferred_address_type` into a new `PreferredAddressType` type. Use `resolve_preferred_address_type()` to access the `AddressType` as before. ([#903])
16+
- BREAKING: Replace unmaintained `derivative` create with `educe`. Although I tested the change with two operators,
17+
this might be breaking as some Trait bounds where touched ([#907]).
1618

1719
[#903]: https://github.com/stackabletech/operator-rs/pull/903
20+
[#907]: https://github.com/stackabletech/operator-rs/pull/907
1821

1922
## [0.80.0] - 2024-10-23
2023

0 commit comments

Comments
 (0)