Skip to content

Commit a9f0797

Browse files
committed
Fix format
1 parent e90d659 commit a9f0797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-notes/VERSION-2.x

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Co-maintainers:
2626
#745: Modified isKotlinClass determination method.
2727
#744: Functions that were already marked as deprecated,
2828
such as the primary constructor in KotlinModule and some functions in Builder,
29-
are scheduled for removal in 2.18 and their DeprecationLevel has been raised to Error.
30-
Hidden constructors that were left in for compatibility are also marked for removal.
31-
This PR also adds a hidden no-argument constructor to facilitate initialization from reflection.
32-
See the PR for details.
29+
are scheduled for removal in 2.18 and their DeprecationLevel has been raised to Error.
30+
Hidden constructors that were left in for compatibility are also marked for removal.
31+
This PR also adds a hidden no-argument constructor to facilitate initialization from reflection.
32+
See the PR for details.
3333
#743: The handling of deserialization using vararg arguments has been improved to allow deserialization even when the input to the vararg argument is undefined.
3434
In addition, vararg arguments are now reported as non-required.
3535
#742: Minor performance improvements to NullToEmptyCollection/Map.

0 commit comments

Comments
 (0)