From 9070db46df7523fcd2f27f605a1447e9ced08270 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 19 Dec 2024 22:50:03 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2887d95a..dd3c6e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,7 @@ A preview of the next release can be installed from ## Unreleased -- [#1761] For compatibility with [Sieppari](https://github.com/metosin/sieppari), added the following entry in `babashka.impl.classes/classes`: - - Support `support clojure.lang.RT/iter` calls - +- [#1761] Support calling `clojure.lang.RT/iter` - [#1760] For compatibility with [Fireworks v0.10.3](https://github.com/paintparty/fireworks), added the following to `:instance-checks` entry in `babashka.impl.classes/classes`([@paintparty](https://github.com/paintparty)) - `clojure.lang.PersistentArrayMap$TransientArrayMap` - `clojure.lang.PersistentHashMap$TransientHashMap`