diff --git a/Cargo.toml b/Cargo.toml index e99abe7..e14cb7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.3.15" +version = "0.3.16" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index c00654f..b2bc432 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,12 @@ __ http://bluss.github.io/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.3.16 + + - Added method ``.retain()`` to ``ArrayVec``. + - Added methods ``.as_slice(), .as_mut_slice()`` to ``ArrayVec`` and ``.as_str()`` + to ``ArrayString``. + - 0.3.15 - Add feature std, which you can opt out of to use ``no_std`` (requires Rust 1.6