mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update release notes.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- Added const enums: `enum Foo : const`. Behaves like C enums but may be any type.
|
||||
- Casting to / from an enum is now possible again. No need to use `.ordinal` and `.from_ordinal`.
|
||||
- Inline associated enum values are deprecated, use `--use-old-enums` to re-enable them.
|
||||
- `$typeof` may return a compile time type.
|
||||
|
||||
### Fixes
|
||||
- mkdir/rmdir would not work properly with substring paths on non-windows platforms.
|
||||
|
||||
Reference in New Issue
Block a user