aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-21 14:25:45 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-21 14:25:45 -0400
commit6d15697edce2217a2bbc82def26262d18dac6373 (patch)
tree9c00c6211a10dffc99c3a6566ee3fb03f4d6849d /CHANGES.md
parente4d7ab31057868739f48638cadc5d70aa4929fae (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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3e3ac7c9..1b93c338 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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