From ade8902ed362ae484c4770837379f620c1202e7c Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Wed, 9 Feb 2022 13:25:23 -0600 Subject: [PATCH] keep up-to-daet --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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