diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-25 15:53:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-25 15:53:55 -0400 |
| commit | f2f43f2e239890847c2f1833ad2e7baf07108145 (patch) | |
| tree | 046ae4115beb787ae27663b11712594cc6b097b0 /CHANGES.md | |
| parent | 921c81c56c5cc9838ef4957c844d892a5707ee48 (diff) | |
Add changes
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
