0.5.2
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.5.2
|
||||||
|
|
||||||
|
- Add `is_empty` methods for ArrayVec and ArrayString by @nicbn
|
||||||
|
- Implement `TryFrom<Slice>` for ArrayVec by @paulkernfeld
|
||||||
|
- Add `unstable-const-fn` to make `new` methods const by @m-ou-se
|
||||||
|
- Run miri in CI and a few related fixes by @RalfJung
|
||||||
|
- Fix outdated comment by @Phlosioneer
|
||||||
|
- Move changelog to a separate file by @Luro02
|
||||||
|
- Remove deprecated `Error::description` by @AnderEnder
|
||||||
|
- Use pointer method `add` by @hbina
|
||||||
|
|
||||||
- 0.5.1
|
- 0.5.1
|
||||||
|
|
||||||
- Add `as_ptr`, `as_mut_ptr` accessors directly on the `ArrayVec` by @tbu-
|
- Add `as_ptr`, `as_mut_ptr` accessors directly on the `ArrayVec` by @tbu-
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user