Update changelog.

This commit is contained in:
sebcrozet 2018-05-27 12:25:58 +02:00
parent 2814e09d31
commit 3ee13ec528
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@ documented here.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.0] - WIP
### Added
* Add construction of a `Point` from an array by implementing the `From` trait.
## [0.15.0]
The most notable change of this release is the support for using part of the library without the rust standard
library (i.e. it supports `#![no_std]`). See the corresponding [documentation](http://nalgebra.org/wasm_and_embedded_programming/).