From bf067544e98f4085c26161953e301aaa00a904df Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 23:06:14 -0400 Subject: Update docs --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 8f5704e0..95458289 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,8 @@ - Struct fields that start with underscores can be accessed again and function arguments that start with underscore can be passed (but only as keyword arguments). +- Added `table.with(other)`, `table.without(other)`, + `table.intersection(other)`, and `table.difference(other)`. - Added a `--format` flag to the `tomo` binary that autoformats your code (currently unstable, do not rely on it just yet). - Standardized text methods for Unicode encodings: -- cgit v1.2.3