Update CHANGELOG.md

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Yuhan Lin 2024-07-25 05:52:32 +00:00 committed by Markus Reiter
parent 6d84c41ca8
commit acbfe7d1ff
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
- Relax `PartialEq` bounds on `IndexMap` from `V: Eq` to `V: PartialEq`.
- Relax bounds on `IndexMap` from `V: Eq` to `V: PartialEq`.
### Added