From 336ca10127751e8960d83bb6da6fc6b8cff4a7f7 Mon Sep 17 00:00:00 2001 From: Tim Nugent Date: Wed, 6 Apr 2022 14:30:22 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecc044c..6f01c59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ This means in many situations where either the l-value or r-value of an expressi Additionally now functions tagged with the `YarnFunction` attribute are sent along to the compiler so that they can be used to inform values. The upside of this is in situations like `<>` if either `$cats` is declared or `get_cats` is tagged as a `YarnFunction` there won't be an error anymore. +- Line view should no longer have unusual interactions around enabling and disabling different effects (#161 and #153). + ### Removed ## [2.1.0] 2022-02-17