Update release notes.

This commit is contained in:
Christoffer Lerno
2025-07-01 00:03:28 +02:00
parent 965ef19a5b
commit ba11511c69

View File

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