File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Recent Changes (arrayvec)
2
2
=========================
3
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
+
4
18
## 0.7.1
5
19
6
20
- Add new ArrayVec methods ` .take() ` and ` .into_inner_unchecked() ` by @conradludgate
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " arrayvec"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
authors = [" bluss" ]
5
5
license = " MIT OR Apache-2.0"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments