diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 00:35:05 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-23 00:35:05 -0500 |
| commit | cb9d3b1a2c2c59c368f6121a16a9ab928b0ff951 (patch) | |
| tree | df4c38c993ff78e2e4005058efb66ee1df6f3561 /CHANGES.md | |
| parent | a453ebf215e5e3ec3b27fa5142af77d7e3ca0c92 (diff) | |
Added Text.find(text, target, start=1)
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ - 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)` - Deprecated: - Sets are no longer a separate type with separate methods. - Instead of sets, use tables with a value type of `{KeyType:Empty}`. |
