From 86d4a7319f03c584daf282f03253c99834b964ac Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 24 Apr 2021 11:52:23 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea55b52..5b204619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ For a list of breaking changes, check [here](#breaking-changes). ## Unreleased - Add check for arg count to for macro [#767](https://github.com/babashka/babashka/issues/767) -- Ignore empty classpath entries #780 -- Fix uberjar CLI parsing and throw when no classpath is provided #780 +- 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) Deps.clj: @@ -21,7 +22,7 @@ Babashka.fs: - Support [binf.cljc](https://github.com/helins/binf.cljc) library by adding `ByteBuffer` and `Charset`-related classes [#784](https://github.com/babashka/babashka/issues/784) - Tasks improvements. See [issue](https://github.com/babashka/babashka/issues/778). -- Add `java.security.SecureRandom` #790 +- Add `java.security.SecureRandom` [#790](https://github.com/babashka/babashka/issues/790) Sci: