diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 13:28:48 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 13:28:48 -0500 |
| commit | 0fa9a52090eb5d9ce88220c0134a8d2af6eb8d94 (patch) | |
| tree | 87a3181238da384a94077f401b0ba49eb8eb1e7e /CHANGES.md | |
| parent | 1c77d596b28ee45e0234cfa7c5f5679492f2178e (diff) | |
Accessing enum fields now gives an optional value instead of a boolean
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ - Library installation has been cleaned up a bit. - List indexing now gives an optional value. - Added support for inline anonymous enums +- Accessing a field on an enum now gives an optional value instead of a boolean. - Syntax for text literals and inline C code has been simplified somewhat. - Syntax for tables has changed to use colons (`{k: v}`) instead of equals (`{k=v}`). |
