diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a22d6b2..06d3fcfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * Fix bug in indexing + filter * Fix bug in polymorphic functions used at multiple sites * Change parsing/rewrite so `f a b + c` parses as `(f a b) + c` rather than `f a (b + c)` + * Fix bug in parser rewriting in `@include`d files + * Include searches current directory # 0.3.0.0