Skip to content

Commit

Permalink
Auto merge of #448 - SWW13:patch-1, r=Amanieu
Browse files Browse the repository at this point in the history
Update CHANGELOG.md

Make it possible to find breaking change by ctrl+f for missing method.
  • Loading branch information
bors committed Jul 24, 2023
2 parents 40ab9e6 + 90f856f commit b2190e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Changed

- Optimized insertion to only perform a single lookup. (#277)
- `DrainFilter` has been renamed to `ExtractIf` and no longer drops remaining
- `DrainFilter` (`drain_filter`) has been renamed to `ExtractIf` and no longer drops remaining
elements when the iterator is dropped. #(374)
- Bumped MSRV to 1.64.0. (#431)
- `{Map,Set}::raw_table` now returns an immutable reference. (#404)
Expand Down

0 comments on commit b2190e2

Please sign in to comment.