aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-25 15:53:55 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-25 15:53:55 -0400
commitf2f43f2e239890847c2f1833ad2e7baf07108145 (patch)
tree046ae4115beb787ae27663b11712594cc6b097b0 /CHANGES.md
parent921c81c56c5cc9838ef4957c844d892a5707ee48 (diff)
Add changes
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 1b93c338..40749904 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -12,6 +12,10 @@
- Sets now support infix operations for `and`, `or`, `xor`, and `-`
- Added Path.sibling()
- Added Table.with_fallback()
+- Fixed bugs:
+ - Negative integers weren't converting to text properly.
+ - Mutation of a collection during iteration was violating value semantics.
+ - `extend` statements weren't properly checking that the type name was valid.
## v0.2