From ae01170f92a69b0e82124edbfbe6f088dc315e95 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 28 Sep 2023 16:23:36 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723829cf..2f5b6802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,17 @@ A preview of the next release can be installed from ## 1.3.185 (2023-09-28) +- [#1624](https://github.com/babashka/babashka/pull/1624): Use Oracle GraalVM 21 ([@lispyclouds](https://github.com/lispyclouds)) +- Use PGO to speed up loops (now 2-3x faster for `(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))`!) - Bump babashka.http-client to v0.4.15 - Bump rewrite-clj to v0.1.1.47 - [#1619](https://github.com/babashka/babashka/issues/1619): Fix reflection issue with `Thread/sleep` in `core.async/timeout` - Support interop on `java.util.stream.IntStream` - [#1513](https://github.com/babashka/babashka/issues/1513): Fix interop on `Thread/sleep` with numbers that aren't already longs -- [#1624](https://github.com/babashka/babashka/pull/1624): Use Oracle GraalVM 21 ([@lispyclouds](https://github.com/lispyclouds)) -- Use PGO to speed up loops (now 2-3x faster for `(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))`!) - Bump babashka.cli to 0.7.53 - Fix [#babashka.nrepl/66](https://github.com/babashka/babashka.nrepl/issues/66) - Various nREPL server improvements (classpath op, file lookup information for `cider-find-var`) +- Bump cheshire to 5.12.0 ## 1.3.184 (2023-08-22)