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