From 0c130b5a5daf1918c8a974125f1b9a4416f02e93 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 25 Apr 2021 14:32:23 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9609331d..fb769894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ For a list of breaking changes, check [here](#breaking-changes). ## 0.3.6 +Babashka proper: + - 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)