Skip to content

Commit 6fb844c

Browse files
committed
changelog
1 parent 612fbb4 commit 6fb844c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ 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]) ([#840]).
8-
- Add two new constants `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#843])
9-
10-
[#843]: https://github.com/stackabletech/operator-rs/pull/843
11-
127
### Added
138

149
- `iter::reverse_if` helper ([#838]).
10+
- Add two new constants `CONFIG_OVERRIDE_FILE_HEADER_KEY` and `CONFIG_OVERRIDE_FILE_FOOTER_KEY` ([#843]).
11+
12+
### Changed
13+
14+
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` (the original implementation was done in [#827] and reverted in [#835]) ([#840]).
1515

1616
[#838]: https://github.com/stackabletech/operator-rs/pull/838
17+
[#843]: https://github.com/stackabletech/operator-rs/pull/843
1718

1819
## [0.73.0] - 2024-08-09
1920

0 commit comments

Comments
 (0)