From 5fbcba929810ae0eaea3f683027160917ad90b10 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 11 Nov 2020 23:40:05 +0600 Subject: [PATCH] reformat changelog --- CHANGELOG.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 627957a..0f45ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SDI changelogs +## 0.3.1 + +* `Kotlin`: `1.3.71` -> `1.3.72` +* Add `SerializersModuleBuilder#optionalContextual` for more comfortable usage of `contextual` +* All `loadModule` functions now able to retrieve additional classes to inspect inside of serializer of module + ## 0.3.0 * Versions: @@ -8,20 +14,12 @@ * Now it is possible to pass own lambda with receiver `SerializersModuleBuilder` to customize deserialization * Now it will correctly resolve objects which was not previously registered * By default, for modules loading will be used context from `Json`, passed as receiver - -### 0.3.1 - -* `Kotlin`: `1.3.71` -> `1.3.72` -* Add `SerializersModuleBuilder#optionalContextual` for more comfortable usage of `contextual` -* All `loadModule` functions now able to retrieve additional classes to inspect inside of serializer of module - + ## 0.2.0 * `Kotlin`: `1.3.61` -> `1.3.70` * `Kotlin Serialization`: `0.14.0` -> `0.20.0` -## 0.1.0 - ### 0.1.2 * All reflection support methods are internal