Skip to content

Commit 14cc112

Browse files
committed
Update release notes wrt #1020
1 parent 4eb5562 commit 14cc112

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contributors:
1818
# 2.20.0 (not yet released)
1919

2020
WrongWrong (@k163377)
21+
* #1020: Fixed old StrictNullChecks to throw exceptions similar to those thrown by new StrictNullChecks
2122
* #1018: Use MethodHandle in processing related to value class
2223
* #969: Cleanup of deprecated contents
2324
* #967: Update settings for 2.20

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Co-maintainers:
1717
------------------------------------------------------------------------
1818

1919
2.20.0 (not yet released)
20+
#1020: Exceptions thrown by the old StrictNullChecks are now the similar to the new StrictNullChecks.
21+
This means that the old StrictNullChecks will no longer throw MissingKotlinParameterException.
22+
See PR for what is thrown and how error messages change.
2023
#1018: Improved handling of `value class` has improved performance for both serialization and deserialization.
2124
In particular, for serialization, proper caching has improved throughput by a factor of 2 or more in the general cases.
2225
Also, replacing function execution by reflection with `MethodHandle` improved throughput by several percent for both serialization and deserialization.

0 commit comments

Comments
 (0)