From 937c2d1bd164a6c1b90834af37fa69d7a100cd79 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 28 Feb 2021 18:27:26 +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 29e9ef8a..acec0f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Sci: - Detect cyclic load dependencies [#531](https://github.com/babashka/babashka/issues/531) - Pick fn arity independent of written order [#532](https://github.com/babashka/babashka/issues/532) ([@GreshamDanielStephens](https://github.com/GreshamDanielStephens)) - `(instance? clojure.lang.IAtom 1)` returns `true` [#537](https://github.com/borkdude/sci/issues/537) -- Add `dissoc!`(@wilkerlucio) +- Add `dissoc!`([@wilkerlucio](https://github.com/wilkerlucio)) - Add `force` - Fix `ns-unmap` on referred var [#539](https://github.com/borkdude/sci/issues/539)