mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Updated releasenotes
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
- Deprecated use of `?` to create optional.
|
- Deprecated use of `?` to create optional.
|
||||||
- Make `foo.$abc` implicitly mean `foo.eval("$abc")`.
|
- Make `foo.$abc` implicitly mean `foo.eval("$abc")`.
|
||||||
- Deprecating multi-level array length inference. `int[*][*]` is deprecated and will be removed 0.8.0.
|
- 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
|
### Fixes
|
||||||
- Regression with npot vector in struct triggering an assert #2219.
|
- Regression with npot vector in struct triggering an assert #2219.
|
||||||
|
|||||||
Reference in New Issue
Block a user