Update the changelog.

This commit is contained in:
Crozet Sébastien 2021-07-11 17:52:45 +02:00
parent cce7d9e9b6
commit 7eb5fd3ba6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [0.28.0]
### Added
- Implement `Hash` for `Transform`.
- Implement `Borrow` and `BorrowMut` for contiguous slices.
### Modified
- The `OPoint<T, D>` type has been added. It takes the dimension number as a type-level integer (e.g. `Const<3>`) instead