diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 14:19:04 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 14:22:22 -0500 |
| commit | 2a24b0a3fc3c4986572ae2c4ea0e8e387497a7f6 (patch) | |
| tree | 539d7bb993b8b9aca1935b3afb21ba0a6cba241c /CHANGES.md | |
| parent | 8700224e98f95807d896d214380796e6f80678d0 (diff) | |
Add `at_cleanup()` function
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,8 +12,9 @@ - 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}`). -- Added `Path.lines()` -- Added `Text.find(text, target, start=1)` +- Added `Path.lines()`. +- Added `Text.find(text, target, start=1)`. +- Added `at_cleanup()` to register cleanup functions. - Deprecated: - Sets are no longer a separate type with separate methods. - Instead of sets, use tables with a value type of `{KeyType:Empty}`. |
