aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 18:08:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 18:08:43 -0400
commit7198afcfec38f8f0cc82e093567e2b098a42970f (patch)
tree5944b4f7da157a2452ddabdf439b7f8566a24970
parentc0d0299b0f72b43c1f125c2e5319e4dce3e4c171 (diff)
Update changelog
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fafd3e15..3a94088d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,6 +9,8 @@
- List indexing now gives an optional value.
- Added support for inline anonymous enums
- 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}`).
- Deprecated sets.
- Instead of sets, use tables.
- Tables now have `and`, `or`, `xor`, and `-` (minus) metamethods.