Skip to content

Commit 6576407

Browse files
committed
Update changelog
1 parent b834830 commit 6576407

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
### Changed
10+
### Fixed
1111
- `drain_filter` now removes and yields items that do match the predicate,
1212
rather than items that don't. This is a **breaking change** to match the
13-
behavior of the `drain_filter` methods in `std`.
13+
behavior of the `drain_filter` methods in `std`. (#187)
14+
15+
### Added
16+
- Added `replace_entry_with` to `OccupiedEntry`, and `and_replace_entry_with` to `Entry`. (#190)
17+
- Implemented `FusedIterator` and `size_hint` for `DrainFilter`. (#188)
18+
19+
### Changed
20+
- The minimum Rust version has been bumped to 1.36 (due to `crossbeam` dependency). (#193)
21+
- `HashMap::with_hasher` and `HashSet::with_hasher` are now `const fn`. (#195)
22+
- Removed `T: Hash + Eq` and `S: BuildHasher` bounds on `HashSet::new`,
23+
`with_capacity`, `with_hasher`, and `with_capacity_and_hasher`. (#185)
1424

1525
## [v0.8.2] - 2020-08-08
1626

0 commit comments

Comments
 (0)