CHANGELOG formatting [skip ci]
This commit is contained in:
parent
ccda6c3b54
commit
93747d4359
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@ contributing to this release.
|
||||||
### New
|
### New
|
||||||
|
|
||||||
- Add support for `clojure.datafy`, `Datafiable` and `Navigable` [#468](https://github.com/borkdude/babashka/issues/468). To play with the new `clojure.datafy` support, you can use [portal](https://github.com/djblue/portal):
|
- Add support for `clojure.datafy`, `Datafiable` and `Navigable` [#468](https://github.com/borkdude/babashka/issues/468). To play with the new `clojure.datafy` support, you can use [portal](https://github.com/djblue/portal):
|
||||||
``` clojure
|
``` clojure
|
||||||
$ bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.4.0"}}}'`
|
$ bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.4.0"}}}'`
|
||||||
```
|
```
|
||||||
- Add support for building and running uberjars [#536](https://github.com/borkdude/babashka/issues/536). See [docs](https://github.com/borkdude/babashka#uberjar).
|
- Add support for building and running uberjars [#536](https://github.com/borkdude/babashka/issues/536). See [docs](https://github.com/borkdude/babashka#uberjar).
|
||||||
- Print context, locals and stack trace on exception [#543](https://github.com/borkdude/babashka/issues/543).
|
- Print context, locals and stack trace on exception [#543](https://github.com/borkdude/babashka/issues/543).
|
||||||
- Expose more transit vars [#525](https://github.com/borkdude/babashka/issues/525) ([@djblue](https://github.com/djblue))
|
- Expose more transit vars [#525](https://github.com/borkdude/babashka/issues/525) ([@djblue](https://github.com/djblue))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue