You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/stackable-operator/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@ All notable changes to this project will be documented in this file.
13
13
### Changed
14
14
15
15
- 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]).
0 commit comments