You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Please make sure to add your changes to the appropriate categories:
24
24
25
25
### Changed
26
26
27
-
-Changed the `#[enumcapsulate(discriminant(nested))]` variant attribute into a value-less unit attribute (`nested`), removing the previously required explicit type argument (`nested = <Type>`).
27
+
-n/a
28
28
29
29
### Deprecated
30
30
@@ -50,6 +50,12 @@ Please make sure to add your changes to the appropriate categories:
50
50
51
51
- n/a
52
52
53
+
## [0.6.1] - 2025-01-02
54
+
55
+
### Changed
56
+
57
+
- Changed the `#[enumcapsulate(discriminant(nested))]` variant attribute into a value-less unit attribute (`nested`), removing the previously required explicit type argument (`nested = <Type>`).
0 commit comments