From 9bce51d470d7d292aed7743b8b62c733a514aabc Mon Sep 17 00:00:00 2001 From: xeniape Date: Thu, 22 Aug 2024 11:14:08 +0200 Subject: [PATCH] remove dublicate heading --- crates/stackable-operator/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 131f2338f..444945686 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -12,9 +12,6 @@ All notable changes to this project will be documented in this file. ### Changed - BREAKING: Replace `lazy_static` with `std::cell::LazyCell` (the original implementation was done in [#827] and reverted in [#835]) ([#840]). - -### Changed - - BREAKING: Swap priority order of role group config and role overrides in configuration merging to prioritize overrides in general ([#841]). [#838]: https://github.com/stackabletech/operator-rs/pull/838