From 070447a8c9aa57876859d5d8035c544c7e3e8ea4 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 29 Nov 2024 12:37:19 +0100 Subject: [PATCH] chore(stackable-versioned): Improve the formatting of the new entries in the changelog --- crates/stackable-versioned/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/stackable-versioned/CHANGELOG.md b/crates/stackable-versioned/CHANGELOG.md index c2dcec6d..f27368db 100644 --- a/crates/stackable-versioned/CHANGELOG.md +++ b/crates/stackable-versioned/CHANGELOG.md @@ -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