DOC: Fix typos in changelog

[ci skip]
This commit is contained in:
Dirk Stolle
2023-07-13 23:47:32 +02:00
committed by bluss
parent 274fb2d531
commit b2886dcec0
+2 -2
View File
@@ -125,7 +125,7 @@ Recent Changes (arrayvec)
users outside the crate. users outside the crate.
- Add `FromStr` impl for `ArrayString` by @despawnerer - Add `FromStr` impl for `ArrayString` by @despawnerer
- Add method `try_extend_from_slice` to `ArrayVec`, which is always - Add method `try_extend_from_slice` to `ArrayVec`, which is always
effecient by @Thomasdezeeuw. efficient by @Thomasdezeeuw.
- Add method `remaining_capacity` by @Thomasdezeeuw - Add method `remaining_capacity` by @Thomasdezeeuw
- Improve performance of the `extend` method. - Improve performance of the `extend` method.
- The index type of zero capacity vectors is now itself zero size, by - The index type of zero capacity vectors is now itself zero size, by
@@ -176,7 +176,7 @@ Recent Changes (arrayvec)
- Fix future compat warning about raw pointer casts - Fix future compat warning about raw pointer casts
- Use `drop_in_place` when dropping the arrayvec by-value iterator - Use `drop_in_place` when dropping the arrayvec by-value iterator
- Decrease mininum Rust version (see docs) by @jeehoonkang - Decrease minimum Rust version (see docs) by @jeehoonkang
- 0.3.25 - 0.3.25