diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 20:09:53 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 20:09:53 -0400 |
| commit | b4f2d03db2cd20688d6bb537904998e997bc48aa (patch) | |
| tree | 380ce33e0ce1b7fa3ce7c88b5ca59a84b58f4821 /CHANGES.md | |
| parent | d8a48f64111f542f3afeb5d6e47ff092f9278d9f (diff) | |
| parent | d64dcab138a34d5f5105e08f0a840f7cb5a1d159 (diff) | |
Merge branch 'main' into optional-list-indexingoptional-list-indexing
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ - List indexing now gives an optional value - 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: + - `Text.from_utf8()`/`Text.utf8()` + - `Text.from_utf16()`/`Text.utf16()` + - `Text.from_utf32()`/`Text.utf32()` - Fixed bugs: - `Int.parse()` had a memory bug. |
