Add changelog.

This commit is contained in:
Dario Nieuwenhuis 2022-07-04 19:13:02 +02:00
parent 2d953ef95a
commit 1d4c333ab6

View File

@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added `Vec::insert(index, element)`
- Added `Vec::remove(index)`
- Added `Vec::retain(f)`
- Added `Vec::retain_mut(f)`
### Changed
### Fixed