Skip to content

Commit

Permalink
chore(stackable-versioned): Improve the formatting of the new entries…
Browse files Browse the repository at this point in the history
… in the changelog
  • Loading branch information
NickLarsenNZ committed Nov 29, 2024
1 parent 78915c4 commit 070447a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/stackable-versioned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ All notable changes to this project will be documented in this file.
- Emit correct enum ident based on kube/k8s kind argument ([#920]).
- Generate Kubernetes code independent of container order ([#913]).
- Correctly emit Kubernetes code when macro is used on modules ([#912]).
- Remove type comparison and use into() on all field conversions ([#925]).
Type semantics are not known, so the comparison was invalid.
- Use `.into()` on all field conversions ([#925]).
- Remove invalid type comparison on field conversion because the semantics are unknown ([#925]).

[#891]: https://github.com/stackabletech/operator-rs/pull/891
[#912]: https://github.com/stackabletech/operator-rs/pull/912
Expand Down

0 comments on commit 070447a

Please sign in to comment.