From 350066858c1579feffe77a227c787dba91164cdd Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 22 Apr 2021 22:58:08 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2259ad5..3a79aaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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 + +Deps.clj: + +- Windows fixes + ## 0.3.5 - 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)