File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Co-maintainers:
18
18
19
19
2.19 .0 (not yet released )
20
20
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 .
21
+ #910 : A default `KeyDeserializer ` for `value class ` has been added .
22
+ This eliminates the need to have a custom `KeyDeserializer ` for each `value class ` when using it as a key in a `Map `, if only simple boxing is needed .
23
23
#889 : Kotlin has been upgraded to 1.9.25.
24
24
#885 : A new `StrictNullChecks` option(KotlinFeature.NewStrictNullChecks) has been added which greatly improves throughput.
25
25
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