Skip to content

Commit

Permalink
Mention removal of immutables
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 20, 2021
1 parent 3758bb5 commit fccd3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
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 fccd3ae

Please sign in to comment.