From d1a9fdb26f4ba40bb22834084ab289a902e419d3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 13 Oct 2020 12:20:31 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74f03d..c378a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## 1.1.0 -* New contributor [slightlyoutofphase](https://github.com/slightlyoutofphase) +* [slightlyoutofphase](https://github.com/slightlyoutofphase) added "array splat" style syntax to the `array_vec!` and `tiny_vec!` macros. You can now write `array_vec![true; 5]` and get a length 5 array vec full of `true`, just like normal array initialization allows. Same goes for `tiny_vec!`. ([pr 118](https://github.com/Lokathor/tinyvec/pull/118)) +* [not-a-seagull](https://github.com/not-a-seagull) +added `ArrayVec::into_inner` so that you can get the array out of an `ArrayVec`. +([pr 124](https://github.com/Lokathor/tinyvec/pull/124)) ## 1.0.2