Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix changelog for 3.12 #813

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion serde_with/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

* Add `with_suffix!` macro, which puts a suffix on every struct field
* Add `with_suffix!` macro, which puts a suffix on every struct field by @fgardt (#381/#797)

### Changed

* Reformat all `Cargo.toml` files by @nyurik (#803)
* Better handle internal arithmetic and improve error messages (#809/#810/#811)

### Fixed

* Generated schemas are not valid when using rust style names in ref by @waltronix (#798/#799)

## [3.11.0] - 2024-10-05

Expand Down
Loading