@@ -3,11 +3,21 @@ Change Log
3
3
4
4
## Unreleased
5
5
6
- * Fix: Support delegates on anonymous classes. (#2034 )
7
- * Fix: Prevent aliased imports from colliding with existing imports (#2046 )
8
- * Fix: ` TypeName.MUTABLE_MAP_ENTRY ` now correctly uses the ` MutableEntry ` nested class name. (#2061 )
9
- * Fix: Use the same aliased import for both the nullable and non-nullable versions of a type (#2020 #2021 )
10
- * Fix: Allow zero methods in a functional interface if it has a superinterface (#2075 )
6
+ ## Version 2.1.0
7
+
8
+ Thanks to [ @ForteScarlet ] [ ForteScarlet ] , [ @TrevorSStone ] [ TrevorSStone ] ,
9
+ [ @RaoPrashanth ] [ RaoPrashanth ] , [ @damianw ] [ damianw ] , [ @ansehoon1999 ] [ ansehoon1999 ] ,
10
+ [ @TheMrMilchmann ] [ TheMrMilchmann ] for contributing to this release.
11
+
12
+ _ 2025-02-25_
13
+
14
+ * New: Kotlin 2.1.10.
15
+ * New: KSP 2.1.10-1.0.30.
16
+ * Fix: Support delegates on anonymous classes. (#2034 )
17
+ * Fix: Prevent aliased imports from colliding with existing imports. (#2052 )
18
+ * Fix: ` TypeName.MUTABLE_MAP_ENTRY ` now correctly uses the ` MutableEntry ` nested class name. (#2061 )
19
+ * Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. (#2068 )
20
+ * Fix: Allow zero methods in a functional interface if it has a superinterface. (#2075 )
11
21
12
22
## Version 2.0.0
13
23
@@ -898,3 +908,8 @@ _2017-05-16_
898
908
[tajobe]: https: // github.com/tajobe
899
909
[niyajali]: https: // github.com/niyajali
900
910
[ForteScarlet ]: https: // github.com/ForteScarlet
911
+ [TrevorSStone ]: https: // github.com/TrevorSStone
912
+ [RaoPrashanth ]: https: // github.com/RaoPrashanth
913
+ [damianw]: https: // github.com/damianw
914
+ [ansehoon1999]: https: // github.com/ansehoon1999
915
+ [TheMrMilchmann ]: https: // github.com/TheMrMilchmann
0 commit comments