Skip to content

Commit ba94336

Browse files
committed
DOC: Draft release note for 0.5
1 parent f2aad9f commit ba94336

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ __ https://docs.rs/arrayvec
2222
Recent Changes (arrayvec)
2323
-------------------------
2424

25+
- 0.5.0 (not released yet)
26+
27+
- Add ``FromStr`` impl for ``ArrayString`` by @despawnerer
28+
- Use a union in the implementation of ``ArrayString`` (stable Rust),
29+
while this is only used for ``ArrayVec`` on nightly.
30+
- Add method ``try_extend_from_slice`` to ``ArrayVec``, which is always
31+
effecient by @Thomasdezeeuw.
32+
- Add method ``remaining_capacity`` by @Thomasdezeeuw
33+
- Improve performance of the ``extend`` method.
34+
- The index type of zero capacity vectors is now itself zero size, by
35+
@clarcharr
36+
- Use ``drop_in_place`` for truncate and clear methods. This affects drop order
37+
and resume from panic during drop.
38+
2539
- 0.4.11
2640

2741
- In Rust 1.36 or later, use newly stable MaybeUninit. This extends the

0 commit comments

Comments
 (0)