aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 40749904..1d3c2909 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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