From 7e570bcfdd73d0f01a88ee1b0a5c48d222828584 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 15 Mar 2021 22:59:36 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37996d53..4a66f534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,11 +22,19 @@ Babashka.fs: - Fix Windows tests - Fix issue with `copy-tree` when dest dir doesn't exist yet +Thanks [@lread](https://github.com/lread) for his help on fixing issues with Windows. + Sci: - Support `:reload-all` [#552](https://github.com/borkdude/sci/issues/552) -- Narrow `reify` to just one class. See discussion in [sci#549](https://github.com/borkdude/sci/issues/549) -- Add preliminary support for `proxy` (mainly to support pathom3 smart maps) [sci#550](https://github.com/borkdude/sci/issues/550). +- Narrow `reify` to just one class. See discussion in + [sci#549](https://github.com/borkdude/sci/issues/549). +- Add preliminary support for `proxy` (mainly to support pathom3 smart maps) + [sci#550](https://github.com/borkdude/sci/issues/550). + +Thanks to [@wilkerlucio](https://github.com/wilkerlucio) and + [@GreshamDanielStephens](https://github.com/GreshamDanielStephens) for their + help and discussions. ## v0.2.13