From 9276922038abe03307d3d6a6a79827d887fe58ae Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 25 Nov 2024 11:06:38 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a699530..9b9d3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For a list of breaking changes, check [here](#breaking-changes). [Nbb](https://github.com/babashka/nbb): Scripting in Clojure on Node.js using [SCI](https://github.com/babashka/sci) +## Unreleased + +- Add `locking` macro for compatibility with CLJS + ## 1.3.195 (2024-11-07) - [#343](https://github.com/babashka/nbb/issues/343): support `:reload` for reloading CLJS namespaces and JS code