This commit is contained in:
bluss
2021-06-05 15:13:37 +02:00
parent 515a18cc88
commit 0c866b32f0
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
Recent Changes (arrayvec)
=========================
## 0.7.1
- Add new ArrayVec methods `.take()` and `.into_inner_unchecked()` by @conradludgate
- `clone_from` now uses `truncate` when needed by @a1phyr
## 0.7.0
- `fn new_const` is now the way to const-construct arrayvec and arraystring,