This commit is contained in:
Ulrik Sverdrup
2023-06-12 21:38:10 +02:00
parent 671274484b
commit 4ab6d63958
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
Recent Changes (arrayvec)
=========================
## 0.7.3
- Use track_caller on multiple methods like push and similar, for capacity
overflows by @kornelski
- impl BorrowMut for ArrayString by @msrd0
- Fix stacked borrows violations by @clubby789
- Update Miri CI by @RalfJung
## 0.7.2
- Add `.as_mut_str()` to `ArrayString` by @clarfonthey