From 738721a28db7837e548a490dc9f82cad232afc90 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 17 Mar 2017 18:50:36 +0100 Subject: [PATCH] arrayvec 0.3.21 --- Cargo.toml | 2 +- README.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 133f5aa..09f421c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.3.20" +version = "0.3.21" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 7e640b4..187410a 100644 --- a/README.rst +++ b/README.rst @@ -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)``-