From 02d300ee3d394b289bbcb0ac4ffccfbbadb854e9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 4 Feb 2023 11:05:10 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abd0357..a7076926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ A preview of the next release can be installed from - `(clojure.lang.RT/baseLoader)` now returns classloader with babashka dependencies on classpath - Support reading tags from `data_readers.clj` and `data_readers.cljc` - Don't exit REPL when `babashka.deps/add-deps` fails -- Fix #1474: when `.bb` file is in different artifact, `.clj` file is loaded first if it appears first on classpath +- Fix [#1474](https://github.com/babashka/babashka/issues/1474): when `.bb` file is in different artifact, `.clj` file is loaded first if it appears first on classpath - Support for `*loaded-libs*` and `(loaded-libs)` - Bump rewrite-clj to `1.1.46` - Bump http-client to `0.0.3`