CHANGELOG [skip ci]

This commit is contained in:
Michiel Borkent 2022-02-16 11:18:44 +01:00
parent 665e4e12b2
commit d62e05c5f2

View file

@ -2,7 +2,11 @@
For a list of breaking changes, check [here](#breaking-changes).
## 0.7.5
## Unreleased
- ...
## 0.7.5 (2022-02-16)
- SCI: Performance improvements for loops and varargs function invocation.
- Fix [#1170](https://github.com/babashka/babashka/issues/1170): `defmacro` with a `defrecord` inside fails to resolve classname in protocol implementation.