Skip to content

Commit ecd63cd

Browse files
committed
revert unintended auto-format
1 parent 5fe91bd commit ecd63cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/stackable-operator/CHANGELOG.md

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

155155
- Add Deployments to `ClusterResource`s ([#992]).
156-
- Add `DeploymentConditionBuilder` ([#993]).
156+
- Add `DeploymentConditionBuilder` ([#993]).
157157

158158
### Changed
159159

@@ -374,7 +374,7 @@ All notable changes to this project will be documented in this file.
374374
### Fixed
375375

376376
- BREAKING: `KeyValuePairs::insert` (as well as `Labels::`/`Annotations::` via it) now overwrites
377-
the old value if the key already exists. Previously, `iter()` would return _both_ values in
377+
the old value if the key already exists. Previously, `iter()` would return *both* values in
378378
lexicographical order (causing further conversions like `Into<BTreeMap>` to prefer the maximum
379379
value) ([#888]).
380380

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

640640
### Changed
641641

642-
- Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
642+
- Implement `PartialEq` for most *Snafu* Error enums ([#757]).
643643
- Update Rust to 1.77 ([#759])
644644

645645
### Fixed
@@ -1390,7 +1390,7 @@ This is a rerelease of 0.25.1 which some last-minute incompatible API changes to
13901390
### Changed
13911391

13921392
- Objects are now streamed rather than polled when waiting for them to be deleted ([#452]).
1393-
- serde_yaml 0.8.26 -> 0.9.9 ([#450])
1393+
- serde\_yaml 0.8.26 -> 0.9.9 ([#450])
13941394

13951395
[#450]: https://github.com/stackabletech/operator-rs/pull/450
13961396
[#452]: https://github.com/stackabletech/operator-rs/pull/452

0 commit comments

Comments
 (0)