From 692d3f879de704bc2ef20ebc57908a19290c6a71 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 2 Dec 2021 21:08:39 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26df497a..ac86f9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ For a list of breaking changes, check [here](#breaking-changes). - Add `reader-conditional?`, `test` - Deps.clj: bump to tools jar `1.10.3.1040` -- Babashka.process: support `deref` with timeout (@SevereOverfl0w) +- Babashka.process: support `deref` with timeout ([@SevereOverfl0w](https://github.com/SevereOverfl0w)) - Add new functions from clojure 1.11 alpha 3 except `clojure.java.math` - nREPL server: catch `Throwable` instead of `Exception`, fixes hanging with `assert`