diff --git a/Cargo.toml b/Cargo.toml index 12184af..c6c15a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.3.7" +version = "0.3.8" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 521989b..921ed38 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,11 @@ __ http://bluss.github.io/arrayvec Recent Changes -------------- +- 0.3.8 + + - Inline the non-dropping logic to remove one drop flag in the + ArrayVec representation. + - 0.3.7 - Added method .into_inner()