0.3.18
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.3.17"
|
version = "0.3.18"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,12 @@ __ http://bluss.github.io/arrayvec
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.3.18
|
||||||
|
|
||||||
|
- Fix bounds check in ``ArrayVec::insert``!
|
||||||
|
It would be buggy if ``self.len() < index < self.capacity()``. Take note of
|
||||||
|
the push out behavior specified in the docs.
|
||||||
|
|
||||||
- 0.3.17
|
- 0.3.17
|
||||||
|
|
||||||
- Added crate feature ``use_union`` which forwards to the nodrop crate feature
|
- Added crate feature ``use_union`` which forwards to the nodrop crate feature
|
||||||
|
|||||||
Reference in New Issue
Block a user