You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,14 @@ Recent Changes (arrayvec)
3
3
4
4
## 0.7.5
5
5
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)
9
9
- 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)
0 commit comments