Skip to content

Commit 6fe2f10

Browse files
authored
Merge pull request #915 from k163377/fix-release-notes
Fix release notes wrt #910
2 parents 3322220 + 109a4fc commit 6fe2f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +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.
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.
2323
#889: Kotlin has been upgraded to 1.9.25.
2424
#885: A new `StrictNullChecks` option(KotlinFeature.NewStrictNullChecks) has been added which greatly improves throughput.
2525
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)