Update changelog
This commit is contained in:
parent
8d10f1dc6d
commit
98b6a740b6
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3`
|
||||
- A `prelude` module for easy importing of common traits.
|
||||
- An `ElementWise` trait for non-mathematical element-wise operations.
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -18,6 +19,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
formatting.
|
||||
- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`.
|
||||
|
||||
### Removed
|
||||
|
||||
- The non-mathematical operator trait implementations have been removed from
|
||||
the `Vector` trait, in favor of the `ElementWise` trait.
|
||||
|
||||
## [v0.7.0] - 2015-12-23
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in a new issue