Skip to content

Commit 898ee9e

Browse files
committed
Update release notes wrt #869
1 parent 215e7d6 commit 898ee9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

release-notes/CREDITS-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ WrongWrong (@k163377)
2828
# 2.18.0 (26-Sep-2024)
2929

3030
WrongWrong (@k163377)
31+
* #869: Replaced Enum.values with Enum.entries
3132
* #818: Optimize the search process for creators
3233
* #817: Fixed nullability of convertValue function argument
3334
* #782: Organize deprecated contents

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Co-maintainers:
1818

1919
2.19.0 (not yet released)
2020

21+
#869: By using Enum.entries in the acquisition of KotlinFeature.defaults, the initialization load was reduced, albeit slightly.
2122
#861: Kotlin has been upgraded to 1.9.24.
2223
#858: Minor performance improvement of findDefaultCreator in edge cases.
2324
#839: Remove useKotlinPropertyNameForGetter and unify with kotlinPropertyNameAsImplicitName.

0 commit comments

Comments
 (0)