From 299ca0515bf149e778056a7d6b562126cf7c3b20 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 14 Jul 2021 22:54:54 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45af289c..715b97b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,12 @@ For a list of breaking changes, check [here](#breaking-changes). Babashka proper: - Add `clojure.tools.logging` with `taoensso.timbre` as the default implementation -- Source compatibility with `org.clojure/data.json {:mvn/version "2.4.0}"` +- Source compatibility with `org.clojure/data.json {:mvn/version "2.4.0"}` - Support `pprint/formatter-out` [#922](https://github.com/babashka/babashka/issues/922) - Support `pprint/cl-format` with `with-out-str` [#930](https://github.com/babashka/babashka/issues/930) - Support passing `GITLIBS` via `:extra-env` in `clojure` to set git lib dir: - `(clojure {:extra-env {"GITLIBS" ".gitlib"}} ,,,)` [#934](https://github.com/babashka/babashka/issues/934) -- Add `--force` option to force recomputation of bababashka deps classpath. + `(clojure {:extra-env {"GITLIBS" ".gitlib"}} ...)` [#934](https://github.com/babashka/babashka/issues/934) +- Add `--force` option to force recomputation of babashka deps classpath. - Add `java.io.FileInputStream`. This fixes compatibility with [replikativ/hasch](https://github.com/replikativ/hasch). - Update Selmer to `1.12.44`, include `<<` interpolation macro - Passing form on Windows with question mark breaks evaluation [#889](https://github.com/babashka/babashka/issues/889)