From f2f43f2e239890847c2f1833ad2e7baf07108145 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 25 May 2025 15:53:55 -0400 Subject: Add changes --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3