Skip to content

Commit

Permalink
πŸ“ Update unreleased changelog for #690
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Aug 27, 2024
1 parent 68ef859 commit 1ea960a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 1ea960a

Please sign in to comment.