Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Mar 11, 2024
1 parent ae6cfd3 commit 5a2edb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,12 @@
Recent Changes (arrayvec)
=========================

## Unreleased
## 0.7.5

- Add `as_ptr` and `as_mut_ptr` to `ArrayString` by @YuhanLiin
- Add borsh serialization support by @honzasp and @Fuuzetsu
- Move length field before before data in ArrayVec and ArrayString by @JakkuSakura
- Fix miri error for ZST case in extend by @bluss

## 0.7.4

Expand Down

0 comments on commit 5a2edb6

Please sign in to comment.