From a9f07976221fbcfd3540b058ff00a5c1551511de Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 31 Dec 2023 16:48:45 +0900 Subject: [PATCH] Fix format --- release-notes/VERSION-2.x | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index e13a4bdd..7844687f 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -26,10 +26,10 @@ Co-maintainers: #745: Modified isKotlinClass determination method. #744: Functions that were already marked as deprecated, such as the primary constructor in KotlinModule and some functions in Builder, - are scheduled for removal in 2.18 and their DeprecationLevel has been raised to Error. - Hidden constructors that were left in for compatibility are also marked for removal. - This PR also adds a hidden no-argument constructor to facilitate initialization from reflection. - See the PR for details. + are scheduled for removal in 2.18 and their DeprecationLevel has been raised to Error. + Hidden constructors that were left in for compatibility are also marked for removal. + This PR also adds a hidden no-argument constructor to facilitate initialization from reflection. + See the PR for details. #743: The handling of deserialization using vararg arguments has been improved to allow deserialization even when the input to the vararg argument is undefined. In addition, vararg arguments are now reported as non-required. #742: Minor performance improvements to NullToEmptyCollection/Map.