From 131d1c5e8dac0ce38a22447d7a0aabac94d306d6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 25 Apr 2021 14:19:46 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6bc1b6..9609331d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ For a list of breaking changes, check [here](#breaking-changes). ## 0.3.6 -- Add check for arg count to for macro [#767](https://github.com/babashka/babashka/issues/767) +- Add check for arg count to `for` macro [#767](https://github.com/babashka/babashka/issues/767) - Ignore empty classpath entries [#780](https://github.com/babashka/babashka/issues/780) - Fix uberjar CLI parsing and throw when no classpath is provided [#780](https://github.com/babashka/babashka/issues/780) - Support `:min-bb-version` in `bb.edn` See [docs](https://book.babashka.org/#_bb_edn). [#663](https://github.com/babashka/babashka/issues/663)