0.6.1
This commit is contained in:
@@ -1,6 +1,16 @@
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
|
||||||
|
const fns on stable and the feature flag ``unstable-const-fn`` is now deprecated.
|
||||||
|
by @rodrimati1992
|
||||||
|
|
||||||
|
- Small fix to the capacity check macro by @Xaeroxe
|
||||||
|
- Typo fix in documentation by @cuviper
|
||||||
|
- Small code cleanup by @bluss
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
- The **const generics** release 🎉. Arrayvec finally implements what it
|
- The **const generics** release 🎉. Arrayvec finally implements what it
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user