From 4dac03da26cfebfb64474b5173b92b86d044c5bc Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 10 Apr 2021 11:17:02 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b8e8ca..74e37902 100644 --- a/CHANGELOG.md +++ b/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)