aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-09 20:09:22 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-09 20:09:22 -0400
commitba6d1b12291398c804f5cdf653265a0322ca4a01 (patch)
tree7e8c863817a64ec5ba5b1e457d05581bddf00852 /CHANGES.md
parentca9eabb810af3aca14aad5c8e0266ddc9286dd99 (diff)
parentd64dcab138a34d5f5105e08f0a840f7cb5a1d159 (diff)
Merge branch 'main' into simplified-quotessimplified-quotes
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e2f69439..41fd55cc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,10 @@
- Library installation has been cleaned up a bit.
- 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.