Prepare 4.0.1.
This commit is contained in:
parent
32e5122339
commit
e64298dc88
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<!-- vim-markdown-toc GFM -->
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
|
* [4.0.1](#401)
|
||||||
* [4.0](#40)
|
* [4.0](#40)
|
||||||
* [Major changes](#major-changes)
|
* [Major changes](#major-changes)
|
||||||
* [Patch changes](#patch-changes)
|
* [Patch changes](#patch-changes)
|
||||||
@ -39,6 +40,18 @@
|
|||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
|
# 4.0.1
|
||||||
|
|
||||||
|
> Jul 11, 2021
|
||||||
|
|
||||||
|
- Add support up to `glam-0.17`.
|
||||||
|
- Add support up to `nalgebra-0.27`.
|
||||||
|
- Replace the name of some feature gates:
|
||||||
|
- `serialization` becomes `serde`.
|
||||||
|
- `impl-*` becomes `*`.
|
||||||
|
- The previous feature gates are kept around to prevent a breaking change but will eventually be removed in the next
|
||||||
|
major update.
|
||||||
|
|
||||||
# 4.0
|
# 4.0
|
||||||
|
|
||||||
> Mar 05, 2021
|
> Mar 05, 2021
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "splines"
|
name = "splines"
|
||||||
version = "4.0.0"
|
version = "4.0.1"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
|
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
|
||||||
description = "Spline interpolation made easy"
|
description = "Spline interpolation made easy"
|
||||||
|
Loading…
Reference in New Issue
Block a user