CHANGELOG

This commit is contained in:
Michiel Borkent 2021-12-21 21:32:34 +01:00
parent 79cbe5b58a
commit 04762fe68e

View file

@ -2,6 +2,13 @@
For a list of breaking changes, check [here](#breaking-changes).
## Unreleased
- Add `spy` macro from `taoensso.timbre` [#1087](https://github.com/babashka/babashka/issues/1087)
- Check `shasum` / `sha256sum` in `PATH` on install script ([@thiagokokada](https://github.com/thiagokokada))
- Build arm64 docker image in CI [#1099](https://github.com/babashka/babashka/issues/1099) ([@cap10morgan](https://github.com/cap10morgan))
- Upgrade to `edamame` v0.0.19
## 0.7.0 (2021-12-10)
- Add compatibility with `clojure.spec.alpha`. See