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)