0.7.5
This commit is contained in:
+7
-3
@@ -3,10 +3,14 @@ Recent Changes (arrayvec)
|
|||||||
|
|
||||||
## 0.7.5
|
## 0.7.5
|
||||||
|
|
||||||
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` by @YuhanLiin
|
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@YuhanLiin](https://github.com/YuhanLiin) [#260](https://github.com/bluss/arrayvec/pull/260)
|
||||||
- Add borsh serialization support by @honzasp and @Fuuzetsu
|
- Add borsh serialization support by @honzasp and @Fuuzetsu [#259](https://github.com/bluss/arrayvec/pull/259)
|
||||||
- Move length field before before data in ArrayVec and ArrayString by @JakkuSakura
|
- Move length field before before data in ArrayVec and ArrayString by @JakkuSakura [#255](https://github.com/bluss/arrayvec/pull/255)
|
||||||
- Fix miri error for ZST case in extend by @bluss
|
- Fix miri error for ZST case in extend by @bluss
|
||||||
|
- implement AsRef<Path> for ArrayString by [@Zoybean](https://github.com/Zoybean) [#218](https://github.com/bluss/arrayvec/pull/218)
|
||||||
|
- Fix typos in changelog by [@striezel](https://github.com/striezel) [#241](https://github.com/bluss/arrayvec/pull/241)
|
||||||
|
- Add `as_slice`, `as_mut_slice` methods to `IntoIter` by [@clarfonthey](https://github.com/clarfonthey) [#224](https://github.com/bluss/arrayvec/pull/224)
|
||||||
|
|
||||||
|
|
||||||
## 0.7.4
|
## 0.7.4
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
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