We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bf2f1 commit f46b369Copy full SHA for f46b369
serde_with/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
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
20
## [3.1.0] - 2023-07-17
21
22
### Added
0 commit comments