aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-07-10 14:47:23 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-07-10 14:47:23 -0400
commit4c84fbdee185a63e60bc93798c0fc149bcd945fd (patch)
tree76cc997de0cb0e356e2455f7b368e81fda431156
parent394da24c854fdd2dc08e37090263972b732f5424 (diff)
parentbefadfb701e822468645e5b5bcb0f130f4937404 (diff)
Merge branch 'main' into decimals
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8be6f1bc..298a54a0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,7 @@
- Added Path.has_extension()
- Added Table.with_fallback()
- Added Int*.get_bit() and Byte.get_bit()
+- Improved space efficiency of Text that contains non-ASCII codepoints
- Fixed bugs:
- Negative integers weren't converting to text properly.
- Mutation of a collection during iteration was violating value semantics.