File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,20 @@ __ https://docs.rs/arrayvec
22
22
Recent Changes (arrayvec)
23
23
-------------------------
24
24
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
+
25
39
- 0.4.11
26
40
27
41
- In Rust 1.36 or later, use newly stable MaybeUninit. This extends the
You can’t perform that action at this time.
0 commit comments