arrayvec 0.3.17

This commit is contained in:
bluss
2016-09-08 11:46:01 +02:00
parent c2f6156b42
commit 8785860ec4
4 changed files with 16 additions and 4 deletions
+5
View File
@@ -22,6 +22,11 @@ __ http://bluss.github.io/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.3.17
- Added crate feature ``use_union`` which forwards to the nodrop crate feature
- Added methods ``.is_full()`` to ``ArrayVec`` and ``ArrayString``.
- 0.3.16
- Added method ``.retain()`` to ``ArrayVec``.