diff --git a/Cargo.toml b/Cargo.toml index 5c3b7a4..f7a1948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.7" +version = "0.4.8" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index c10ae32..0de5000 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,15 @@ __ https://docs.rs/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.8 + + - Implement Clone and Debug for ``IntoIter`` by @clarcharr + - Add more array sizes under crate features. These cover all in the range + up to 128 and 129 to 255 respectively (we have a few of those by default): + + - ``array-size-33-128`` + - ``array-size-129-255`` + - 0.4.7 - Fix future compat warning about raw pointer casts