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 11Recent 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
Original file line number Diff line number Diff line change 11[package ]
22name = " arrayvec"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44authors = [" bluss" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
You can’t perform that action at this time.
0 commit comments