aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-01 17:44:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-01 17:44:19 -0400
commitb77850f63b8605d6e62215e7776f6e143e7ec94a (patch)
tree1fa7476b34761274211fdaab71425aacd97eae23 /CHANGES.md
parent0eae0e70b3475ab2cf3d8486dc3a609a22faa75a (diff)
Update wording
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a57e3f95..1c778750 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,12 +6,13 @@
- Core libraries are no longer shipped with the compiler, they have moved to
separate repositories.
- Library installation has been cleaned up a bit.
+- Added a `--format` flag to the `tomo` binary that autoformats your code
+ (currently unstable, do not rely on it just yet).
## v0.3
- Added a versioning system based on `CHANGES.md` files and `modules.ini`
configuration for module aliases.
-- Added a `--format` flag to the `tomo` binary that autoformats your code.
- When attempting to run a program with a module that is not installed, Tomo
can prompt the user to automatically install it.
- Programs can use `--version` as a CLI flag to print a Tomo program's version