From 6c5d75c65e94cecd30852a00aff0bfee6db362f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20K=C3=B3sz=C3=B3?= Date: Mon, 1 Aug 2022 14:46:56 +0200 Subject: [PATCH] Update changelog --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1566206..44a6f06 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,20 @@ Evaluation count : 24 in 6 samples of 4 calls. ## Changelog +### Unreleased + + * Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries) + * Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34 + * Fix reflection warnings in `xforms.io` #35 #36 + * Add compatibility with [babashka](https://github.com/babashka/babashka) #42 + * Fix `x/destructuring-pair?` #44 #45 + * Fix `x/into` performance hit with small maps #46 #47 + * Fix reflection and shadowing warnings in tests + +### 0.19.2 + + * Fix infinity symbol causing issues with ClojureScript #31 + ### 0.19.0 `time` allows to measure time spent in one transducer (excluding time spent downstream).