diff --git a/CHANGELOG.md b/CHANGELOG.md index ea63e45..e7dddd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add missing by-ref and by-val permutations of `Quaternion` operators. - Ease lifetime constraints by removing `'static` from some scalar type parameters. +- Weaken type constraints on `perspective` function to take an `Into>`. + +### Changed +- Take a `Rad` for `ProjectionFov::fovy`, rather than arbitrary `Angle`s. This + simplifies the signature of `PerspectiveFov` from `PerspectiveFov` to + `PerspectiveFov`. ### Removed - Remove redundant `Point::{min, max}` methods - these are now covered by the