Skip to content

Commit 2a26c39

Browse files
committed
changelog
1 parent a654873 commit 2a26c39

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Replace unmaintained `derivative` create with `educe`. Although I tested the change with two operators,
10+
this might be breaking as some Trait bounds where touched ([#907]).
11+
12+
[#907]: https://github.com/stackabletech/operator-rs/pull/907
13+
714
## [0.81.0] - 2024-11-05
815

916
### Added
@@ -13,11 +20,8 @@ All notable changes to this project will be documented in this file.
1320
### Changed
1421

1522
- 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]).
1823

1924
[#903]: https://github.com/stackabletech/operator-rs/pull/903
20-
[#907]: https://github.com/stackabletech/operator-rs/pull/907
2125

2226
## [0.80.0] - 2024-10-23
2327

0 commit comments

Comments
 (0)