diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:44:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 17:44:19 -0400 |
| commit | b77850f63b8605d6e62215e7776f6e143e7ec94a (patch) | |
| tree | 1fa7476b34761274211fdaab71425aacd97eae23 | |
| parent | 0eae0e70b3475ab2cf3d8486dc3a609a22faa75a (diff) | |
Update wording
| -rw-r--r-- | CHANGES.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
