This commit is contained in:
bluss
2018-12-22 20:04:03 +01:00
parent 06930d27ce
commit 21661facf8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -22,6 +22,11 @@ __ https://docs.rs/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.4.10
- Use ``repr(C)`` in the ``union`` version that was introduced in 0.4.9, to
allay some soundness concerns.
- 0.4.9
- Use ``union`` in the implementation on when this is detected to be supported