From b3e5b1e1ace36b4679d4acbcb544bb5f678e79dd Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 4 Nov 2017 11:57:17 +0100 Subject: [PATCH] 0.4.6 --- Cargo.toml | 2 +- README.rst | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deeddb4..04ff4aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.5" +version = "0.4.6" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 4d905e0..49513c6 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,17 @@ __ https://docs.rs/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.6 + + - Fix compilation on 16-bit targets. This means, the 65536 array size is not + included on these targets. + +- 0.3.24 + + - Fix compilation on 16-bit targets. This means, the 65536 array size is not + included on these targets. + - Fix license files so that they are both included (was fixed in 0.4 before) + - 0.4.5 - Add methods to ``ArrayString`` by @DenialAdams: