Skip to content

Commit cf3a779

Browse files
committed
Update release notes wrt #910
1 parent 9b44607 commit cf3a779

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release-notes/CREDITS-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contributors:
1818
# 2.19.0 (not yet released)
1919

2020
WrongWrong (@k163377)
21+
* #910: Add default KeyDeserializer for value class
2122
* #885: Performance improvement of strictNullChecks
2223
* #884: Changed the base class of MissingKotlinParameterException to InvalidNullException
2324
* #878: Fix for #876

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Co-maintainers:
1818

1919
2.19.0 (not yet released)
2020

21+
#910: A default `KeySerializer` for `value class` has been added.
22+
This eliminates the need to have a custom `KeySerializer` for each `value class` when using it as a key in a `Map`, if only simple boxing is needed.
2123
#889: Kotlin has been upgraded to 1.9.25.
2224
#885: A new `StrictNullChecks` option(KotlinFeature.NewStrictNullChecks) has been added which greatly improves throughput.
2325
Benchmarks show a consistent throughput drop of less than 2% when enabled (prior to the improvement, the worst throughput drop was more than 30%).

0 commit comments

Comments
 (0)