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