diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:08:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 18:08:43 -0400 |
| commit | 7198afcfec38f8f0cc82e093567e2b098a42970f (patch) | |
| tree | 5944b4f7da157a2452ddabdf439b7f8566a24970 | |
| parent | c0d0299b0f72b43c1f125c2e5319e4dce3e4c171 (diff) | |
Update changelog
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
