From 5b2acc934ee1cda4a514b617a56b43fc4ddf6a0f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 11 Oct 2025 14:21:35 -0400 Subject: Added Empty() struct --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 776a1b07..fd51056e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,8 @@ arguments). - Added `table.with(other)`, `table.without(other)`, `table.intersection(other)`, and `table.difference(other)`. +- Added `Empty` for a built-in empty struct type and `EMPTY` for an instance of + the empty struct. - 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