This commit is contained in:
bluss
2017-10-27 22:54:46 +02:00
parent a2e3fcea3f
commit e364e2e79d
2 changed files with 14 additions and 5 deletions
+11
View File
@@ -22,6 +22,17 @@ __ https://docs.rs/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.4.5
- Add methods to ``ArrayString`` by @DenialAdams:
- ``.pop() -> Option<char>``
- ``.truncate(new_len)``
- ``.remove(index) -> char``
- Remove dependency on crate odds
- Document debug assertions in unsafe methods better
- 0.4.4
- Add method ``ArrayVec::truncate()`` by @niklasf