CHANGELOG [skip ci]
This commit is contained in:
parent
5d84d75f80
commit
4dac03da26
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -4,6 +4,20 @@ For a list of breaking changes, check [here](#breaking-changes).
|
|||
|
||||
## Unreleased
|
||||
|
||||
Babashka:
|
||||
|
||||
- Use get-classpath when build an uberjar [#776](https://github.com/babashka/babashka/issues/776)
|
||||
- Provide linux arm64 static binaries #782
|
||||
- Upgrade to Clojure `1.11.0-alpha1` to get full map passing to kwargs function support
|
||||
|
||||
Deps.clj:
|
||||
|
||||
- Bump tools jar to to 1.10.3.822
|
||||
|
||||
Fs:
|
||||
|
||||
- `delete-tree` should not throw when dir does not exist [#22](https://github.com/babashka/fs/issues/22)
|
||||
|
||||
Sci:
|
||||
|
||||
- Bug with protocol methods in record where later arg overrides "this" [#557](https://github.com/borkdude/sci/issues/557)
|
||||
|
|
|
|||
Loading…
Reference in a new issue