fix ci and add more changelog
This commit is contained in:
parent
1c3d7fbe21
commit
5a2e6ef091
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user