@@ -3,14 +3,20 @@ Change Log
3
3
4
4
## Unreleased
5
5
6
- * ** Fix** : Don't expand typealiases of function types to ` LambdaTypeName ` s in ` KSTypeReference.toTypeName() ` .
7
- * ** Fix** : Small double and float values were set to 0.0 in %L translation (#1919 )
8
- * ** Fix** : Fix typealias type argument resolution in KSP2.
9
- * ** Enhancement** : Make enum entry references in ` KSAnnotation.toAnnotationSpec() ` and ` KSClassDeclaration.toClassName() ` more robust.
10
- * Migrate ` kotlinpoet-metadata ` to stable ` org.jetbrains.kotlin:kotlin-metadata-jvm ` artifact for Metadata parsing.
11
- * Promote ` kotlinpoet-metadata ` out of preview to stable.
12
- * Update to Kotlin ` 2.0.0 ` .
13
- * Update to KSP ` 2.0.0-1.0.22 ` .
6
+ ## Version 1.18.0
7
+
8
+ Thanks to [ @DanielGronau ] [ DanielGronau ] for contributing to this release.
9
+
10
+ _ 2024-07-05_
11
+
12
+ * New: Kotlin 2.0.0.
13
+ * New: KSP 2.0.0-1.0.22.
14
+ * New: Promote ` kotlinpoet-metadata ` out of preview to stable.
15
+ * New: Migrate ` kotlinpoet-metadata ` to stable ` org.jetbrains.kotlin:kotlin-metadata-jvm ` artifact for Metadata parsing.
16
+ * New: Make enum entry references in ` KSAnnotation.toAnnotationSpec() ` and ` KSClassDeclaration.toClassName() ` more robust.
17
+ * Fix: Don't expand typealiases of function types to ` LambdaTypeName ` s in ` KSTypeReference.toTypeName() ` .
18
+ * Fix: Avoid rounding small double and float values in ` %L ` translation (#1927 ).
19
+ * Fix: Fix typealias type argument resolution in KSP2 (#1929 ).
14
20
15
21
## Version 1.17.0
16
22
@@ -830,3 +836,4 @@ _2017-05-16_
830
836
[hfhbd]: https: // github.com/hfhbd
831
837
[sgjesse]: https: // github.com/sgjesse
832
838
[sebek64]: https: // github.com/sebek64
839
+ [DanielGronau ]: https: // github.com/DanielGronau
0 commit comments