This commit is contained in:
bluss
2016-09-21 14:25:02 +02:00
parent b1369460e3
commit 82ab295554
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -22,6 +22,12 @@ __ http://bluss.github.io/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
- Added crate feature ``use_union`` which forwards to the nodrop crate feature