Skip to content

Commit

Permalink
Merge pull request #1160 from square/z/removeImmutables
Browse files Browse the repository at this point in the history
Mention removal of immutables in changelog
  • Loading branch information
Egorand committed Sep 20, 2021
2 parents 3758bb5 + fccd3ae commit 43805cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 43805cc

Please sign in to comment.