From f6dd96a281271eef9f9e413f84634c9cca1c72d3 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 1 Sep 2021 19:48:26 +0200 Subject: [PATCH] CHANGELOGS [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a76165b7..bf65049c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ For a list of breaking changes, check [here](#breaking-changes). [java-http-clj](https://github.com/schmee/java-http-clj) from source. The raw interop is the first part of a multi-stage plan to move all http related scripting towards `java.net.http` in favor of the other two solutions - currently available in `bb`: `babashka.curl` and `org.httpkit.client`. + currently available in `bb`: `babashka.curl` and `org.httpkit.client`. ([@grzm](https://github.com/grzm)) - Add `*print-readably*` and `*flush-on-newline*` [#959](https://github.com/babashka/babashka/issues/959) - Support `:clojure.core/eval-file metadata` [#960](https://github.com/babashka/babashka/issues/960) - Add `clojure.data.xml/alias-uri` [#995](https://github.com/babashka/babashka/issues/995)