From fccd3aecbcd426fc3bfb8e40a12b3e06645e51d0 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Mon, 20 Sep 2021 14:26:08 -0400 Subject: [PATCH] Mention removal of immutables --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 24d88f7fd0..4b2324d566 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,7 @@ Thanks to [@martinbonnin][martinbonnin], [@idanakav][idanakav], [@goooler][goool maven artifact. The previous `kotlinpoet-metadata-*` subartifacts are no longer published. * New: `TypeNameAliasTag` has been moved to KotlinPoet's main artifact under `TypeAliasTag`, for reuse with KSP interop. + * `ImmutableKm*` classes have been removed. They were deemed to be a needless abstraction over the base `kotlinx-metadata` Km types. All usages of these should be substituted with their non-immutable base types. * Fix: Fix self-referencing type variables in metadata parsing. * Fix: Use delicate APIs rather than noisy logging ones when converting annotation mirrors in `AnnotationSpec.get`.