Update release notes

This commit is contained in:
YuhanLiin
2024-01-26 00:51:24 -05:00
committed by bluss
parent 9f45cc26c3
commit 7a1722ed0f
+3
View File
@@ -1,6 +1,9 @@
Recent Changes (arrayvec)
=========================
## Unreleased
- Add `as_ptr` and `as_mut_ptr` to `ArrayString` by @YuhanLiin
## 0.7.4
- Add feature zeroize to support the `Zeroize` trait by @elichai