Update changelog
This commit is contained in:
parent
1d33c231e3
commit
1b63ed3e88
1 changed files with 2 additions and 0 deletions
|
@ -21,11 +21,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
formatting.
|
formatting.
|
||||||
- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`.
|
- Marks vectors, points, matrices, and angles as `#[repr(C, packed)]`.
|
||||||
- Renames the `Vector::{length, length2}` functions to `Vector::{magnitude, magnitude2}`.
|
- Renames the `Vector::{length, length2}` functions to `Vector::{magnitude, magnitude2}`.
|
||||||
|
- Moved `Angle::new` to be directly implemented on the `Rad` and `Deg` types.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- The non-mathematical operator trait implementations have been removed from
|
- The non-mathematical operator trait implementations have been removed from
|
||||||
the `Vector` trait, in favor of the `ElementWise` trait.
|
the `Vector` trait, in favor of the `ElementWise` trait.
|
||||||
|
- `Angle::equiv`.
|
||||||
|
|
||||||
## [v0.7.0] - 2015-12-23
|
## [v0.7.0] - 2015-12-23
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue