From 66e4d1936c141c2c593edf8cdb8548ead1e6cbae Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 20 May 2021 12:41:31 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed71841..19691bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka proper: -- Improve `clojure.java.browse`, add `*open-url-script*` #846 ([@thiagokokada](https://github.com/thiagokokada)) -- Add `--checksum` option to install script #842 ([@thiagokokada](https://github.com/thiagokokada)) +- Improve `clojure.java.browse`, add `*open-url-script*` [#846](https://github.com/babashka/babashka/issues/846) ([@thiagokokada](https://github.com/thiagokokada)) +- Add `--checksum` option to install script [#842](https://github.com/babashka/babashka/issues/842) ([@thiagokokada](https://github.com/thiagokokada)) - Add more agent functions and fix binding conveyance +- Better error handling for parallel tasks [#847](https://github.com/babashka/babashka/issues/847) +- Use `sequential?` for identifying if the script output needs splitting ([@arichiardi](https://github.com/arichiardi)) Babashka.pods: