We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc606d commit af46ae7Copy full SHA for af46ae7
1 file changed
CHANGELOG.md
@@ -1,6 +1,16 @@
1
Recent Changes (arrayvec)
2
=========================
3
4
+## 0.7.7
5
+
6
+- Fix lifetime warning by [@niklasf](https://github.com/niklasf)
7
+ [#305](https://github.com/bluss/arrayvec/pull/305)
8
+- Fix double free for ZSTs by [@Shnatsel](https://github.com/Shnatsel)
9
+ [#308](https://github.com/bluss/arrayvec/pull/308)
10
+- Use 16-bit length on 16-bit targets (internal representation change) by
11
+ [@kornelski](https://github.com/kornelski)
12
+ [#234](https://github.com/bluss/arrayvec/pull/234)
13
14
## 0.7.6
15
16
- Fix no-std build [#274](https://github.com/bluss/arrayvec/pull/274)
0 commit comments