2018-10-13 03:31:44 +02:00
|
|
|
## 0.2.3
|
|
|
|
|
|
|
|
> Sat 13th October 2018
|
|
|
|
|
|
|
|
- Add the `"impl-nalgebra"` feature gate. It gives access to some implementors for the `nalgebra`
|
|
|
|
crate.
|
|
|
|
- Enhance the documentation.
|
|
|
|
|
2018-09-30 21:38:49 +02:00
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
> Sun 30th September 2018
|
|
|
|
|
|
|
|
- Bump version numbers (`splines-0.2`) in examples.
|
|
|
|
- Fix several typos in the documentation.
|
|
|
|
|
|
|
|
## 0.2.1
|
2018-09-20 11:56:57 +02:00
|
|
|
|
|
|
|
> Thu 20th September 2018
|
|
|
|
|
|
|
|
- Enhance the features documentation.
|
|
|
|
|
2018-09-06 15:58:10 +02:00
|
|
|
# 0.2
|
|
|
|
|
|
|
|
> Thu 6th September 2018
|
|
|
|
|
|
|
|
- Add the `"std"` feature gate, that can be used to compile with the standard library.
|
2018-10-13 03:31:44 +02:00
|
|
|
- Add the `"impl-cgmath"` feature gate in order to make optional, if wanted, the `cgmath`
|
|
|
|
dependency.
|
2018-09-06 15:58:10 +02:00
|
|
|
- Enhance the documentation.
|
|
|
|
|
2018-08-08 12:10:48 +02:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
> Wed 8th August 2018
|
|
|
|
|
|
|
|
- Add a feature gate, `"serialization"`, that can be used to automatically derive `Serialize` and
|
|
|
|
`Deserialize` from the [serde](https://crates.io/crates/serde) crate.
|
|
|
|
- Enhance the documentation.
|
|
|
|
|
|
|
|
# 0.1
|
|
|
|
|
|
|
|
> Sunday 5th August 2018
|
|
|
|
|
|
|
|
- Initial revision.
|