update changelog

This commit is contained in:
XeroOl 2024-07-08 10:49:04 -05:00
parent 6801d0d3d9
commit a24753c45d

View File

@ -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