From 327760edfac8b7769531137c02ef910998cea0e1 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 6 Aug 2017 18:44:55 +0200 Subject: [PATCH] DOC: Update changelog with entries from 0.3 branch --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 3f4126b..fcf1bc3 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,15 @@ Recent Changes (arrayvec) - ``ArrayString`` implements ``PartialOrd, Ord`` by @tbu- - Require Rust 1.15 +- 0.3.23 + + - Implement ``PartialOrd, Ord`` as well as ``PartialOrd`` for + ``ArrayString``. + +- 0.3.22 + + - Implement ``Array`` for the 65536 size + - 0.3.21 - Use ``encode_utf8`` from crate odds