Add note to CHANGELOG

This commit is contained in:
John Gallagher 2022-04-29 12:42:52 -04:00
parent 713abb8bd6
commit 8fd2907115

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* Fixed `pool` example in docstring.
* Fixed undefined behavior in `Vec::truncate()`, `Vec::swap_remove_unchecked()`,
and `Hole::move_to()` (internal to the binary heap implementation).
### Added