Bump to 0.3.13

This commit is contained in:
bluss
2016-01-13 13:10:36 +01:00
parent 8a5efd1ddb
commit 6c71597565
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.13
- Added ``DerefMut`` impl for ``ArrayString``.
- Added method ``.simplify()`` to drop the element for ``CapacityError``.
- Added method ``.dispose()`` to ``ArrayVec``
- 0.3.12
- Added ArrayString, a fixed capacity analogy of String