=== Features ===
* Add [Nix(OS)](https://nixos.org) support
* Add LuaRocks build support
* Upgrade to Fennel 1.4.1, the first release of fennel that is compatible with fennel-ls without patches.
* Added a lint for operators with no arguments, such as (+)
* `textEdit` field is present in completions
=== Bug Fixes ===
* Fix bug with renaming variables in method calls
* Lots of work to improve multival tracking
* --check gives a nonzero exit code when lints are found
* Adds `/flake.nix`, which allows the package to be installed & developed
easily by most NixOS users.
* Adds `/default.nix`, which is an older way that some Nix(OS) users
may expect software to be packaged.
* Adds `/nix/**/*.nix`, which defines various additional helpers used by
`/flake.nix` and `/default.nix`.
* Updates `.gitignore` to include `/result`, which is the default output
location when the package is built using
`nix flake build .` or `nix-build .`
Might be nice to be able to run make install as this is pretty
standard. For people who don't like sudo, they can set $PREFIX to a
user-writable location of their choice.
Temporary quick fix for editing macro files, since I've been doing a lot
of work in macro files recently. I hope that in the future there will be
better ways to do this than magic comments. I think there are probably
much better heuristics that could be used.