We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd03e12 + 5cd69ab commit 86641c8Copy full SHA for 86641c8
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
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
20
## [v0.8.0] - 2020-06-18
21
22
### Fixed
0 commit comments