mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated releasenotes.
This commit is contained in:
@@ -73,6 +73,7 @@
|
|||||||
- Copying const enums and regular enums incorrect #2313.
|
- Copying const enums and regular enums incorrect #2313.
|
||||||
- Regression: Chaining an optional together with contracts could in some cases lose the optional.
|
- Regression: Chaining an optional together with contracts could in some cases lose the optional.
|
||||||
- `char[*] b = *(char[*]*)&a;` would crash the compiler if `a` was a slice. #2320
|
- `char[*] b = *(char[*]*)&a;` would crash the compiler if `a` was a slice. #2320
|
||||||
|
- Implicitly cast const int expressions would sometimes not be detected as compile time const.
|
||||||
|
|
||||||
### Stdlib changes
|
### Stdlib changes
|
||||||
- Improve contract for readline. #2280
|
- Improve contract for readline. #2280
|
||||||
|
|||||||
Reference in New Issue
Block a user