0.7.2
This commit is contained in:
@@ -1,6 +1,20 @@
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
## 0.7.2
|
||||||
|
|
||||||
|
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey
|
||||||
|
- Add `remaining_capacity` to `ArrayString` by @bhgomes
|
||||||
|
- Add `zero_filled` constructor by @c410-f3r
|
||||||
|
- Optimize `retain` by @TennyZhuang and @niklasf
|
||||||
|
- Make the following methods `const` by @bhgomes:
|
||||||
|
- len
|
||||||
|
- is_empty
|
||||||
|
- capacity
|
||||||
|
- is_full
|
||||||
|
- remaining_capacity
|
||||||
|
- CapacityError::new
|
||||||
|
|
||||||
## 0.7.1
|
## 0.7.1
|
||||||
|
|
||||||
- Add new ArrayVec methods `.take()` and `.into_inner_unchecked()` by @conradludgate
|
- Add new ArrayVec methods `.take()` and `.into_inner_unchecked()` by @conradludgate
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user