File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .20.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #1020 : Fixed old StrictNullChecks to throw exceptions similar to those thrown by new StrictNullChecks
21
22
* #1018 : Use MethodHandle in processing related to value class
22
23
* #969 : Cleanup of deprecated contents
23
24
* #967 : Update settings for 2.20
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Co-maintainers:
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
19
19
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 .
20
23
#1018 : Improved handling of `value class` has improved performance for both serialization and deserialization.
21
24
In particular , for serialization , proper caching has improved throughput by a factor of 2 or more in the general cases .
22
25
Also , replacing function execution by reflection with `MethodHandle ` improved throughput by several percent for both serialization and deserialization .
You can’t perform that action at this time.
0 commit comments