arrayvec 0.3.21

This commit is contained in:
bluss
2017-03-17 18:50:36 +01:00
parent 805f28f0d7
commit 738721a28d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.3.20"
version = "0.3.21"
authors = ["bluss"]
license = "MIT/Apache-2.0"
+5
View File
@@ -22,6 +22,11 @@ __ https://bluss.github.io/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.3.21
- Use ``encode_utf8`` from crate odds
- Add constructor ``ArrayString::from_byte_string``
- 0.3.20
- Simplify and speed up ``ArrayString``s ``.push(char)``-