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
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
-
-Re-introduced type argument (`nested = <Type>`) of `#[enumcapsulate(discriminant(nested))]` variant attribute, but as an optional argument (required for fields using the parent enum's generic parameters).
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.2] - 2025-01-03
54
+
55
+
### Changed
56
+
57
+
- Re-introduced type argument (`nested = <Type>`) of `#[enumcapsulate(discriminant(nested))]` variant attribute, but as an optional argument (required for fields using the parent enum's generic parameters).
0 commit comments