aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-21 16:08:36 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-21 16:08:36 -0400
commit92185a002a2e8b669add454a945c0ecdc0904993 (patch)
tree86cb438fbaac118ceb91248ed4564d2569b7d940 /CHANGES.md
parent2bc8e5f74cdfca319f04ac2e6c13d04c05059137 (diff)
Update changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4b945431..1e0b840e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -9,8 +9,11 @@
- 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.
-- Deprecated sets (just use tables or lists instead)
- - Tables now have `and`, `or`, `xor`, and `-` (minus) metamethods
+- Deprecated sets.
+ - Instead of sets, use tables.
+ - Tables now have `and`, `or`, `xor`, and `-` (minus) metamethods.
+- Deprecated `extern` keyword for declaring external symbols from C.
+ - Use `C_code` instead.
- Added a `--format` flag to the `tomo` binary that autoformats your code
(currently unstable, do not rely on it just yet).
- Standardized text methods for Unicode encodings: