diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 23:06:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 23:06:14 -0400 |
| commit | bf067544e98f4085c26161953e301aaa00a904df (patch) | |
| tree | e0b4d0c54c6a6c76e55c233cc40a19e96b5375d0 /CHANGES.md | |
| parent | 0d36812c6af951a41caac77d5f312949f3bc521f (diff) | |
Update docs
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
