aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-23 13:28:48 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-23 13:28:48 -0500
commit0fa9a52090eb5d9ce88220c0134a8d2af6eb8d94 (patch)
tree87a3181238da384a94077f401b0ba49eb8eb1e7e /CHANGES.md
parent1c77d596b28ee45e0234cfa7c5f5679492f2178e (diff)
Accessing enum fields now gives an optional value instead of a boolean
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b16a4e8c..fb4ce929 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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}`).