Skip to content

Commit 67ec907

Browse files
committed
0.7.2
1 parent a4690c9 commit 67ec907

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

4+
## 0.7.2
5+
6+
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey
7+
- Add `remaining_capacity` to `ArrayString` by @bhgomes
8+
- Add `zero_filled` constructor by @c410-f3r
9+
- Optimize `retain` by @TennyZhuang and @niklasf
10+
- Make the following methods `const` by @bhgomes:
11+
- len
12+
- is_empty
13+
- capacity
14+
- is_full
15+
- remaining_capacity
16+
- CapacityError::new
17+
418
## 0.7.1
519

620
- Add new ArrayVec methods `.take()` and `.into_inner_unchecked()` by @conradludgate

Cargo.toml

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

0 commit comments

Comments
 (0)