We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d8e12 commit e1721a7Copy full SHA for e1721a7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v0.1.4
2
+
3
+- Removed Versionize proc macro support for unions. Serializing unions can lead to undefined behaviour especially when no
4
+layout guarantees are provided. The Versionize trait can still be implemented but only for repr(C) unions and extensive care
5
+and testing is required from the implementer.
6
7
# v0.1.3
8
9
- Added extra validations in VersionMap::get_type_version().
0 commit comments