We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e1400 commit 198a403Copy full SHA for 198a403
CHANGELOG.md
@@ -1,6 +1,16 @@
1
Recent Changes (arrayvec)
2
=========================
3
4
+## 0.6.1
5
+
6
+- The ``ArrayVec::new`` and ``ArrayString::new`` constructors are properly
7
+ const fns on stable and the feature flag ``unstable-const-fn`` is now deprecated.
8
+ by @rodrimati1992
9
10
+- Small fix to the capacity check macro by @Xaeroxe
11
+- Typo fix in documentation by @cuviper
12
+- Small code cleanup by @bluss
13
14
## 0.6.0
15
16
- The **const generics** release 🎉. Arrayvec finally implements what it
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
-version = "0.6.0"
+version = "0.6.1"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
0 commit comments