From b7ebf9c915c79ca6c8175eee57216c7b5b306ff3 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 24 Apr 2021 13:06:28 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b204619..0f750e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ For a list of breaking changes, check [here](#breaking-changes). - 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) -- Fix task priortiy (file > task > subcommand) [#800](https://github.com/babashka/babashka/issues/800) +- Fix task priority (file > task > subcommand) [#800](https://github.com/babashka/babashka/issues/800) +- Support map literal in task [#796](https://github.com/babashka/babashka/issues/796) Deps.clj: