Update CHANGELOG.md
Adds changes from `point_element_wise` and `map` branches.
This commit is contained in:
parent
067dce8cbc
commit
36f306fa03
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [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
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in a new issue