fix ci and add more changelog

This commit is contained in:
XeroOl 2025-07-16 22:50:18 -05:00
parent 1c3d7fbe21
commit 5a2e6ef091
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* New lint `not-enough-arguments` for ensuring you don't accidentally implicitly pass nil
* Disabled by default because it requires following fennel's optional argument naming conventions
* New lint `invalid-flsproject-settings` checks your `flsproject.fnl` file as you edit it
* Renamed lint `unnecessary-do-values` to `unnecessary-unary` and made it apply to many more forms
### Changes
* Updated to dkjson 2.8

View File

@ -1,5 +1,5 @@
(local faith (require :faith))
(local {: create-client : NIL} (require :test.utils))
(local {: create-client} (require :test.utils))
(fn test-offset-encoding []
(let [{: client