From 929564842a2253f06977442a2bc8f58e27f3cce2 Mon Sep 17 00:00:00 2001 From: Charles Pascoe Date: Sat, 31 Dec 2022 18:49:16 +0000 Subject: [PATCH] Version 0.2.0 --- changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 869615e..859f5c6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,11 @@ # Changelog -## Unreleased +## Version 0.2.0 - 2022/12/31 ### Changed -- Significantly refactor and improve syntax code, including refactoring various - "hacks" +- Significantly refactor and improve syntax code, including replacing various + "hacks" with better solutions - It now only looks for expressions and statements where they are expected to be; please open an issue if certain syntax elements aren't highlighted correctly.