Skip to content

Commit 86641c8

Browse files
authored
Merge pull request #177 from jonhoo/update-changelog
2 parents fd03e12 + 5cd69ab commit 86641c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
- Added `erase` and `remove` to `RawTable`. (#171)
12+
- Added `try_with_capacity` to `RawTable`. (#174)
13+
- Added methods that allow re-using a `RawIter` for `RawDrain`,
14+
`RawIntoIter`, and `RawParIter`. (#175)
15+
- Added `reflect_remove` and `reflect_insert` to `RawIter`. (#175)
16+
17+
### Changed
18+
- Deprecated `RawTable::erase_no_drop` in favor of `erase` and `remove`. (#176)
19+
1020
## [v0.8.0] - 2020-06-18
1121

1222
### Fixed

0 commit comments

Comments
 (0)