CHANGELOG formatting [skip ci]

This commit is contained in:
Michiel Borkent 2020-08-28 23:18:13 +02:00
parent ccda6c3b54
commit 93747d4359

View file

@ -11,9 +11,9 @@ contributing to this release.
### 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):
``` clojure
$ bb -cp `clj -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.4.0"}}}'`
```
``` clojure
$ 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).
- 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))