diff options
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ ## v2025-12-06 - You can now discard Empty values. +- For an enum `Foo(A,B,C)`, the syntax `f!` now desugars to `f.A!` using the + first tag defined in the enum. +- Error messages are more helpful for `foo.Whatever!` enum field accessing. ## v2025-11-30 |
