Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Oct 1, 2024
1 parent 67326f8 commit 352d30c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions serde_with/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

* Add newline separator by @jayvdb (#777)

The `UnixLineSeparator` and `DosLineSeparator` can be used together with `StringWithSeparator`.

### Fixed

* Proper handling of `cfg_attr` in the `serde_as` macro by @sivizius (#782)

This allows to parse more valid forms of the `cfg_attr` macro, including multiple values and attribute that do not follow the `key = value` schema.

## [3.9.0] - 2024-07-14

### Added
Expand Down
6 changes: 6 additions & 0 deletions serde_with_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

* Proper handling of `cfg_attr` in the `serde_as` macro by @sivizius (#782)

This allows to parse more valid forms of the `cfg_attr` macro, including multiple values and attribute that do not follow the `key = value` schema.

## [3.9.0] - 2024-07-14

No changes.
Expand Down

0 comments on commit 352d30c

Please sign in to comment.