From e56cb4a50f107dcd24bd3716e6c4621a6aaebe46 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 27 Dec 2021 23:21:34 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e30d53..bbd1652a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ For a list of breaking changes, check [here](#breaking-changes). - Check `shasum` / `sha256sum` in `PATH` on install script ([@thiagokokada](https://github.com/thiagokokada)) - Build arm64 docker image in CI [#1099](https://github.com/babashka/babashka/issues/1099) ([@cap10morgan](https://github.com/cap10morgan)) - Upgrade to `edamame` v0.0.19 +- Load tasks and deps from other bb.edn file using `--config` and `--deps-root` options [#1110](https://github.com/babashka/babashka/issues/1110) +- Uberscript improvements [#584](https://github.com/babashka/babashka/issues/584), [#1037](https://github.com/babashka/babashka/issues/1037) + Include native elements in printed stacktrace [#1105](https://github.com/babashka/babashka/issues/1105) ## 0.7.0 (2021-12-10)