Skip to content

Commit

Permalink
PR number chicken and egg problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Apr 17, 2024
1 parent 119f37a commit 123dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Change Log
* Fix: Omit implicit modifiers on FileSpec.scriptBuilder (#1813).
* Fix: Fix trailing newline in PropertySpec (#1827).
* Change: kotlinx-metadata 0.9.0. Note that the `KotlinClassMetadata .read` is deprecated in 0.9.0 and replaced with `readStrict` (#1830).
* Note: we now also `lenient` parameters to map to the underlying `readStrict()` and `readLenient()` calls.
* Note: we now also `lenient` parameters to map to the underlying `readStrict()` and `readLenient()` calls (#1766).
* Fix: `KSAnnotation.toAnnotationSpec` writes varargs in place instead of making them an array to work around a Kotlin
issue with `OptIn` annotations (#1831).
* Fix: `MemberName`s without a package are now correctly imported (#1841)
Expand Down

0 comments on commit 123dbd1

Please sign in to comment.