Skip to content

Commit f3732a0

Browse files
committed
0.7.5
1 parent b629f52 commit f3732a0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Recent Changes (arrayvec)
33

44
## 0.7.5
55

6-
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` by @YuhanLiin
7-
- Add borsh serialization support by @honzasp and @Fuuzetsu
8-
- Move length field before before data in ArrayVec and ArrayString by @JakkuSakura
6+
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@YuhanLiin](https://github.com/YuhanLiin) [#260](https://github.com/bluss/arrayvec/pull/260)
7+
- Add borsh serialization support by @honzasp and @Fuuzetsu [#259](https://github.com/bluss/arrayvec/pull/259)
8+
- Move length field before before data in ArrayVec and ArrayString by @JakkuSakura [#255](https://github.com/bluss/arrayvec/pull/255)
99
- Fix miri error for ZST case in extend by @bluss
10+
- implement AsRef<Path> for ArrayString by [@Zoybean](https://github.com/Zoybean) [#218](https://github.com/bluss/arrayvec/pull/218)
11+
- Fix typos in changelog by [@striezel](https://github.com/striezel) [#241](https://github.com/bluss/arrayvec/pull/241)
12+
- Add `as_slice`, `as_mut_slice` methods to `IntoIter` by [@clarfonthey](https://github.com/clarfonthey) [#224](https://github.com/bluss/arrayvec/pull/224)
13+
1014

1115
## 0.7.4
1216

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.7.4"
3+
version = "0.7.5"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)