File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
-
12
7
### Added
13
8
14
9
- ` 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 ] ).
15
15
16
16
[ #838 ] : https://github.com/stackabletech/operator-rs/pull/838
17
+ [ #843 ] : https://github.com/stackabletech/operator-rs/pull/843
17
18
18
19
## [ 0.73.0] - 2024-08-09
19
20
You can’t perform that action at this time.
0 commit comments