From 0f70934b53e7b1529907009024024ce2215edfc8 Mon Sep 17 00:00:00 2001 From: Leonid Startsev Date: Fri, 14 Oct 2022 13:51:16 +0200 Subject: ~move points from bugfixes to improvements --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c04ed8d..b9b7d253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Kotlin 1.7.20 is used by default. ### Improvements + * Add @MustBeDocumented to certain annotations (#2059) + * Deprecate .isNullable in SerialDescriptor builder (#2040) * Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins (#1992) * Serializers are now cached inside reflective lookup, leading to faster serializer retrieval (#2015) * Compiler plugin can create enum serializers using static factories for better speed (#1851) (Kotlin 1.7.20 required) @@ -14,8 +16,6 @@ Kotlin 1.7.20 is used by default. ### Bugfixes * Support polymorphism in Properties format (#2052) (thanks to [Rodrigo Vedovato](https://github.com/rodrigovedovato)) - * Add @MustBeDocumented to certain annotations (#2059) - * Deprecate .isNullable in SerialDescriptor builder (#2040) * Added support of UTF-16 surrogate pairs to okio streams (#2033) * Fix dependency on core module from HOCON module (#2020) (thanks to [Osip Fatkullin](https://github.com/osipxd)) -- cgit v1.2.3