This commit is contained in:
bluss
2018-11-25 09:46:33 +01:00
parent f5adeab5f5
commit c8d12cecb3
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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