Skip to content

Commit

Permalink
πŸ“ Update unreleased changelog for issue #691
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Aug 27, 2024
1 parent 6ec9678 commit 4471413
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 @@ -28,6 +28,9 @@ All notable changes to this project will be documented in this file.
- The `ZeroAsByteSerializer` **experimental** type, in the
`types-kotlinx-serialization` subproject, for serializing the `Zero` type as
`Byte` ([#690]).
- The `EmailAddressAsStringSerializer` **experimental** type, in the
`types-kotlinx-serialization` subproject, for serializing the `EmailAddress`
type as `String` ([#691]).

### πŸ—‘οΈ Deprecated

Expand All @@ -40,6 +43,9 @@ All notable changes to this project will be documented in this file.
- The `KotoolsTypesSerializers.zero` **experimental** property, from the
`types-kotlinx-serialization` subproject, with an **error level** for using
the `ZeroAsByteSerializer` type instead ([#690]).
- The `KotoolsTypesSerializers.emailAddress` **experimental** property, from the
`types-kotlinx-serialization` subproject, with an **error level** for using
the `EmailAddressAsStringSerializer` type instead ([#691]).

### πŸ”₯ Removed

Expand All @@ -58,6 +64,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
[#691]: https://github.com/kotools/types/issues/691
[#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 4471413

Please sign in to comment.