Skip to content

Commit dfd882b

Browse files
committed
DOC: Language fixes in the changelog
1 parent f9f58c9 commit dfd882b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Recent Changes (arrayvec)
44
## 0.6.0
55

66
- The **const generics** release 🎉. Arrayvec finally implements what it
7-
wanted to implement all along, since its first version; a vector backed by
8-
and array, with generic parameters for the arbitrary element type
9-
and backing array capacity.
7+
wanted to implement, since its first version: a vector backed by an array,
8+
with generic parameters for the arbitrary element type *and* backing array
9+
capacity.
1010

11-
New type syntax is `ArrayVec<T, CAP>` where CAP is the arrayvec capacity.
11+
The New type syntax is `ArrayVec<T, CAP>` where `CAP` is the arrayvec capacity.
1212
For arraystring the syntax is `ArrayString<CAP>`.
13-
By @bluss.
13+
Change by @bluss.
1414

1515
- Arrayvec's `.extend()` and `FromIterator`/`.collect()` to arrayvec now
16-
**panic** if the capacity of the arrayvec is exceeded. By @bluss.
16+
**panic** if the capacity of the arrayvec is exceeded. Change by @bluss.
1717

1818
- Arraystring now implements `TryFrom<&str>` and `TryFrom<fmt::Arguments>` by
1919
@c410-f3r
@@ -71,6 +71,8 @@ Recent Changes (arrayvec)
7171
- Require Rust 1.36 or later, for the unconditional `MaybeUninit`
7272
improvements.
7373

74+
## Older releases
75+
7476
- 0.4.11
7577

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

0 commit comments

Comments
 (0)