Skip to content

Commit d336f8c

Browse files
committed
0.5.2
1 parent 50c9ed1 commit d336f8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Recent Changes (arrayvec)
22
-------------------------
33

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+
415
- 0.5.1
516

617
- Add `as_ptr`, `as_mut_ptr` accessors directly on the `ArrayVec` by @tbu-

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)