Skip to content

Commit 032b442

Browse files
committed
Update changelog
1 parent 16762a7 commit 032b442

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

serde_with/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717

1818
* Bump MSRV to 1.64, since that is required for the indexmap v2 dependency.
1919

20+
### Fixed
21+
22+
* Prevent panics when deserializing `i64::MIN` using `TimestampSeconds<i64>` (#632, #633)
23+
Thanks to @hollmmax for reporting and fixing the issue.
24+
2025
## [3.1.0] - 2023-07-17
2126

2227
### Added

serde_with_macros/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
No changes.
11+
1012
## [3.1.0] - 2023-07-17
1113

1214
No changes.

0 commit comments

Comments
 (0)