summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2022-10-14 13:51:16 +0200
committerLeonid Startsev <sandwwraith@gmail.com>2022-10-14 13:51:16 +0200
commit0f70934b53e7b1529907009024024ce2215edfc8 (patch)
tree7282fb0bb2101328a44652b3df70dacf44cc16a0
parent5913fedf2c37361c1a38937d56dea38ddbdfe6b9 (diff)
downloadkotlinx.serialization-upstream-1.4.1-release.tar.gz
~move points from bugfixes to improvementsupstream-1.4.1-release
-rw-r--r--CHANGELOG.md4
1 files 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))