Skip to content

Commit 98282dd

Browse files
committed
update changelog
1 parent b10c353 commit 98282dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7-
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` (the original implementation was done in [#827] and reverted in [#835]) ([#XXX]).
7+
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` (the original implementation was done in [#827] and reverted in [#835]) ([#840]).
88

99
### Added
1010

@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
2020

2121
### Changed
2222

23-
- Reverted [#827], in order to restore Rust 1.79 compatibility for now ([#835]).
23+
- Reverted [#827], in order to restore Rust 1.79 compatibility for now ([#835]), re-opened in ([#840]).
2424

2525
### Fixed
2626

@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.
3434

3535
### Changed
3636

37-
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` ([#827]).
37+
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` ([#827], [#835], [#840]).
3838
- BREAKING: Convert `podOverrides` and `affinity` fields to take any arbitrary
3939
YAML input, rather than using the underlying schema. With this change, one of
4040
the larger CRDs, like the Druid CRD went down in size from `2.4MB` to `288K`
@@ -46,6 +46,7 @@ All notable changes to this project will be documented in this file.
4646

4747
[#821]: https://github.com/stackabletech/operator-rs/pull/821
4848
[#827]: https://github.com/stackabletech/operator-rs/pull/827
49+
[#840]: https://github.com/stackabletech/operator-rs/pull/840
4950

5051
## [0.71.0] - 2024-07-29
5152

0 commit comments

Comments
 (0)