File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Recent Changes (arrayvec)
2
2
-------------------------
3
3
4
+ - 0.5.2
5
+
6
+ - Add ` is_empty ` methods for ArrayVec and ArrayString by @nicbn
7
+ - Implement ` TryFrom<Slice> ` for ArrayVec by @paulkernfeld
8
+ - Add ` unstable-const-fn ` to make ` new ` methods const by @m-ou-se
9
+ - Run miri in CI and a few related fixes by @RalfJung
10
+ - Fix outdated comment by @Phlosioneer
11
+ - Move changelog to a separate file by @Luro02
12
+ - Remove deprecated ` Error::description ` by @AnderEnder
13
+ - Use pointer method ` add ` by @hbina
14
+
4
15
- 0.5.1
5
16
6
17
- Add ` as_ptr ` , ` as_mut_ptr ` accessors directly on the ` ArrayVec ` by @tbu-
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " arrayvec"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [" bluss" ]
5
5
license = " MIT/Apache-2.0"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments