From a24753c45d9b6033f032c89a72b790f61cc7c7fc Mon Sep 17 00:00:00 2001 From: XeroOl Date: Mon, 8 Jul 2024 10:49:04 -0500 Subject: [PATCH] update changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index cf894c2..52024ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Changelog +### Features +* Settings file: `flsproject.fnl`. Settings are now editor agnostic. + +### Bug Fixes +* (set (. x y) z) wasn't being analyzed properly. +* (local {: unknown-field} (require :module)) lint warns about the unknown field when accessed via destructuring. + +### Changes +* Test code has been refactored + ## 0.1.3 ### Features