Skip to content

Commit 198a403

Browse files
committed
0.6.1
1 parent 57e1400 commit 198a403

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Recent Changes (arrayvec)
22
=========================
33

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+
414
## 0.6.0
515

616
- The **const generics** release 🎉. Arrayvec finally implements what it

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)