File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
1818# 2 .19.0 (not yet released)
1919
2020WrongWrong (@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
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
1818
19192.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 %).
You can’t perform that action at this time.
0 commit comments