Skip to content

Commit e1721a7

Browse files
committed
Update changelog.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent a8d8e12 commit e1721a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# v0.1.3
28

39
- Added extra validations in VersionMap::get_type_version().

0 commit comments

Comments
 (0)