From a44f66e9a1e77a6261b511db32fd11d30b3b4804 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 13 Mar 2021 12:51:34 +0100 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25234304..6f884ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ For a list of breaking changes, check [here](#breaking-changes). ### TODO -- Roll back `reify` changes in v0.2.13. See [sci#549](https://github.com/borkdude/sci/issues/549). - Add support for arm64 binaries ### Enhancements / fixes - Fix `print-method` when writing to stdout [#667](https://github.com/babashka/babashka/issues/667) - Fix interop with `System/out` [#754](https://github.com/babashka/babashka/issues/754) +- Narrow `reify` to just one class. See discussion in [sci#549](https://github.com/borkdude/sci/issues/549) +- Add preliminary support for `proxy` (for pathom3 smart maps) [sci#550](https://github.com/borkdude/sci/issues/550). + ## v0.2.13