Skip to content

Commit f46b369

Browse files
committed
Update changelog
1 parent 05bf2f1 commit f46b369

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

serde_with/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
12+
* Add optional support for indexmap v2 (#621)
13+
Support for v1 is already available using the `indexmap_1` feature.
14+
This adds identical support for v2 of indexmap using the `indexmap_2` feature.
15+
16+
### Changed
17+
18+
* Bump MSRV to 1.64, since that is required for the indexmap v2 dependency.
19+
1020
## [3.1.0] - 2023-07-17
1121

1222
### Added

0 commit comments

Comments
 (0)