Update CHANGELOG.md

Adds changes from `point_element_wise` and `map` branches.
This commit is contained in:
Osspial 2018-03-20 16:36:50 -04:00 committed by GitHub
parent 067dce8cbc
commit 36f306fa03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
### Added
- Implement `ElementWise` trait for point types
- Add `map` function to points and vectors
### Changed
- Remove `BaseNum` trait requirement for `PointN::new` functions
## [v0.16.0] - 2018-01-03 ## [v0.16.0] - 2018-01-03
### Added ### Added