From eb6745fa869120699cc1605228baf52b90665462 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 20 Nov 2022 11:34:31 +0100 Subject: [PATCH] changelog [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c57bec7..74df06fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ A preview of the next release can be installed from - [#1414](https://github.com/babashka/babashka/issues/1414): preserve metadata on exec task function argument map - [#1269](https://github.com/babashka/babashka/issues/1269): add lib tests for sluj ([@bobisageek](https://github.com/bobisageek)) - Update nix app example in docs +- Add `java.lang.Error` and `java.net.URLClassLoader` (only for compatibility with the `clojure.java.classpath` lib) +- Deps.clj `deps.clj: 1.11.1.1200` +- Upgrade timbre to `6.0.1` +- Performance improvements in SCI +- SCI: preserve stack information on `throw` expressions ## 1.0.165 (2022-11-01)