From 0872a5946c9a8dfc116141f5b0753282ccb2e95e Mon Sep 17 00:00:00 2001 From: bluss Date: Wed, 17 Jan 2018 20:40:02 +0100 Subject: [PATCH] 0.4.7 --- Cargo.toml | 2 +- README.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04ff4aa..dd5e968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.6" +version = "0.4.7" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 49513c6..c10ae32 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,16 @@ __ https://docs.rs/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.7 + + - Fix future compat warning about raw pointer casts + - Use ``drop_in_place`` when dropping the arrayvec by-value iterator + - Decrease mininum Rust version (see docs) by @jeehoonkang + +- 0.3.25 + + - Fix future compat warning about raw pointer casts + - 0.4.6 - Fix compilation on 16-bit targets. This means, the 65536 array size is not