diff options
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,11 +11,14 @@ - Added `tomo --prefix` to print the Tomo install prefix. - Sets now support infix operations for `and`, `or`, `xor`, and `-` - Added Path.sibling() +- Added Path.has_extension() - Added Table.with_fallback() - Fixed bugs: - Negative integers weren't converting to text properly. - Mutation of a collection during iteration was violating value semantics. - `extend` statements weren't properly checking that the type name was valid. + - Lazy recompilation wasn't happening when `use ./foo.c` was used for local + C/assembly files. ## v0.2 |
