diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-21 14:25:45 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-21 14:25:45 -0400 |
| commit | 6d15697edce2217a2bbc82def26262d18dac6373 (patch) | |
| tree | 9c00c6211a10dffc99c3a6566ee3fb03f4d6849d /CHANGES.md | |
| parent | e4d7ab31057868739f48638cadc5d70aa4929fae (diff) | |
Added Set infix operations, as well as Table.with_fallback() and fixed
some bugs with update assignment.
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,7 +9,9 @@ - Programs can use `--version` as a CLI flag to print a Tomo program's version number and exit. - Added `tomo --prefix` to print the Tomo install prefix. +- Sets now support infix operations for `and`, `or`, `xor`, and `-` - Added Path.sibling() +- Added Table.with_fallback() ## v0.2 |
