diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 20:15:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 20:15:02 -0400 |
| commit | 94ff047dd74cd3ad793f68503729a0fe004c10f4 (patch) | |
| tree | aed132e987b2a81f033376e2a380dbbf685ab9fa /CHANGES.md | |
| parent | e156d74ee6ea4030776d97601bc930eae560086d (diff) | |
Bugfix for Int.parse()
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ - 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). +- Fixed bugs: + - `Int.parse()` had a memory bug. ## v0.3 |
