diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 18:44:58 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 18:44:58 -0500 |
| commit | 85d1507d8b7e0139135e040b7b4b23c02097a155 (patch) | |
| tree | 8eb7268aa29dd37846f16edbeb32c093efe1d63e /CHANGES.md | |
| parent | 43b0a91664fc0b9a5222805c68c3505fd9634689 (diff) | |
Consolidate logic for enums with and without tags with fields.
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ - 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. +- Simplified logic for enums so there is less difference between enums that + have tags with member fields and those without. ## v2025-11-30 |
