CHANGELOGS [skip ci]

This commit is contained in:
Michiel Borkent 2021-09-01 19:48:26 +02:00
parent 09dcd58ee8
commit f6dd96a281

View file

@ -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 [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 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 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) - 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) - 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) - Add `clojure.data.xml/alias-uri` [#995](https://github.com/babashka/babashka/issues/995)