From 68d041c892bcb9d57e72838d50b3e8db06d1805d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 22 Jan 2023 21:00:54 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759fa128..173acfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,17 @@ A preview of the next release can be installed from -- [#1467](https://github.com/babashka/babashka/issues/1467): BREAKING: avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`). +- [#1467](https://github.com/babashka/babashka/issues/1467): **BREAKING**: avoid printing results, unless `--prn` is enabled (aside from `-e`, `-o` and `-O`). +- Include [http-client](https://github.com/babashka/http-client) as built-in library +- SCI: support `add-watch` on vars +- Compatibility with [eftest](https://github.com/weavejester/eftest) test runner (see [demo](https://twitter.com/borkdude/status/1616886788898885632)) +- Add classes: + - `java.util.concurrent.Callable` + - `java.util.concurrent.ExecutorService` +- Expose `clojure.main` `main` and `repl-caught` +- Switch `clojure.test/*report-counters*` to ref instead of atom for compatibility with [kaocha](https://github.com/lambdaisland/kaocha) +- Allow `java.io.OutputStream` to be proxied, for [kaocha](https://github.com/lambdaisland/kaocha) +- Support qualified method names in `proxy` and ignore namespace ## 1.0.170 (2023-01-19)