CHANGELOG [skip ci]
This commit is contained in:
parent
6806398722
commit
86d4a7319f
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue