Updated releasenotes

This commit is contained in:
Christoffer Lerno
2026-01-25 12:50:02 +01:00
parent c65c378b7f
commit 3cb7c489ee

View File

@@ -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.