nodrop 0.1.9

This commit is contained in:
bluss
2017-02-23 20:34:49 +01:00
parent 5bbda855e1
commit 805f28f0d7
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -90,6 +90,11 @@ Recent Changes (arrayvec)
Recent Changes (nodrop)
-----------------------
- 0.1.9
- Fix issue in recent nightly where ``repr(u8)`` did not work. Use
a better way to get rid of the enum layout optimization.
- 0.1.8
- Add crate feature ``use_union`` that uses untagged unions to implement NoDrop.