Skip to content

Commit c8d12ce

Browse files
committed
0.4.8
1 parent f5adeab commit c8d12ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

README.rst

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

25+
- 0.4.8
26+
27+
- Implement Clone and Debug for ``IntoIter`` by @clarcharr
28+
- Add more array sizes under crate features. These cover all in the range
29+
up to 128 and 129 to 255 respectively (we have a few of those by default):
30+
31+
- ``array-size-33-128``
32+
- ``array-size-129-255``
33+
2534
- 0.4.7
2635

2736
- Fix future compat warning about raw pointer casts

0 commit comments

Comments
 (0)