diff --git a/releasenotes.md b/releasenotes.md index 23c5fcb53..05937b625 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -22,6 +22,7 @@ - Deprecated use of `?` to create optional. - Make `foo.$abc` implicitly mean `foo.eval("$abc")`. - Deprecating multi-level array length inference. `int[*][*]` is deprecated and will be removed 0.8.0. +- Combining argument-less initialization with argument init for bitstructs is now allowed e.g. `{ .b, .c = 123 }`. ### Fixes - Regression with npot vector in struct triggering an assert #2219.