We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4690c9 commit 67ec907Copy full SHA for 67ec907
CHANGELOG.md
@@ -1,6 +1,20 @@
1
Recent Changes (arrayvec)
2
=========================
3
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
18
## 0.7.1
19
20
- Add new ArrayVec methods `.take()` and `.into_inner_unchecked()` by @conradludgate
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
-version = "0.7.1"
+version = "0.7.2"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
edition = "2018"
0 commit comments