Skip to content

Commit

Permalink
Revert a breaking change to the Seq trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Mar 10, 2023
1 parent 7400333 commit 6c95416
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions serde_with/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

* Undo the changes to the trait bound for `Seq`. (#570, #571)
The new implementation caused issues with serialization formats that require the sequence length beforehand.
It also caused problems, that certain attributes which worked before no longer worked, due to mismatching number of references.

Thanks to @stefunctional for reporting and for @stephaneyfx for providing a test case.

## [2.3.0] - 2023-03-09

### Added
Expand Down

0 comments on commit 6c95416

Please sign in to comment.