Skip to content

Commit 568c26d

Browse files
authored
Fix changelog for 3.12 (#813)
2 parents 5de3400 + eddbc25 commit 568c26d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

serde_with/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Added
1313

14-
* Add `with_suffix!` macro, which puts a suffix on every struct field
14+
* Add `with_suffix!` macro, which puts a suffix on every struct field by @fgardt (#381/#797)
15+
16+
### Changed
17+
18+
* Reformat all `Cargo.toml` files by @nyurik (#803)
19+
* Better handle internal arithmetic and improve error messages (#809/#810/#811)
20+
21+
### Fixed
22+
23+
* Generated schemas are not valid when using rust style names in ref by @waltronix (#798/#799)
1524

1625
## [3.11.0] - 2024-10-05
1726

0 commit comments

Comments
 (0)