Update changelog.
This commit is contained in:
parent
2814e09d31
commit
3ee13ec528
|
@ -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/).
|
||||
|
|
Loading…
Reference in New Issue