File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ### Changed
10
+ ### Fixed
11
11
- ` drain_filter ` now removes and yields items that do match the predicate,
12
12
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 )
14
24
15
25
## [ v0.8.2] - 2020-08-08
16
26
You can’t perform that action at this time.
0 commit comments