From 00091136d3c559e42bb96a5570ed7a6c05ac4c7e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 18 May 2021 10:56:48 +0200 Subject: [PATCH] CHANGELOGS [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed70964..f0eb9a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ For a list of breaking changes, check [here](#breaking-changes). +## Unreleased + +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)) + +Babashka.pods: + +- Allow pods to set custom transit read and write handlers + ## 0.4.1 - Base static linux build on musl. The binary should now work in most linuxes