From 1ea960ae4189824097c76926bcdb56036893bdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lamarque?= Date: Tue, 27 Aug 2024 10:27:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20unreleased=20changelog?= =?UTF-8?q?=20for=20#690?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afb2d44c..2cae90ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ All notable changes to this project will be documented in this file. and the `orThrow(String, String)` methods for Kotlin and Java platforms, the `orNull(String)` and the `orNull(String, String)` methods only for Kotlin platforms ([#692]). +- The `ZeroAsByteSerializer` **experimental** type, in the + `types-kotlinx-serialization` subproject, for serializing the `Zero` type as + `Byte` ([#690]). ### 🗑️ Deprecated @@ -34,6 +37,9 @@ All notable changes to this project will be documented in this file. - In the `EmailAddress.Companion` **experimental** type, the `fromString` and the `fromStringOrNull` methods with an **error level** for using the `orThrow` and the `orNull` ones instead ([#692]). +- The `KotoolsTypesSerializers.zero` **experimental** property, from the + `types-kotlinx-serialization` subproject, with an **error level** for using + the `ZeroAsByteSerializer` type instead ([#690]). ### 🔥 Removed @@ -51,6 +57,7 @@ Thanks to [@LVMVRQUXL] for contributing to this new release. 🙏 [@LVMVRQUXL]: https://github.com/LVMVRQUXL [#688]: https://github.com/kotools/types/issues/688 +[#690]: https://github.com/kotools/types/issues/690 [#692]: https://github.com/kotools/types/issues/692 [#703]: https://github.com/kotools/types/issues/703 [#704]: https://github.com/kotools/types/issues/704