Skip to content

Commit 1d4c333

Browse files
committed
Add changelog.
1 parent 2d953ef commit 1d4c333

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
- Added `Vec::insert(index, element)`
13+
- Added `Vec::remove(index)`
14+
- Added `Vec::retain(f)`
15+
- Added `Vec::retain_mut(f)`
16+
1217
### Changed
1318

1419
### Fixed

0 commit comments

Comments
 (0)