Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 16, 2022
1 parent 6774757 commit dafb3ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,17 @@

For a list of breaking changes, check [here](#breaking-changes).

## Unreleased

- Fix [#1170](https://github.com/babashka/babashka/issues/1170): defmacro with a defrecord inside fails to resolve classname
## 0.7.5

- 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.
- Bump deps.clj to tools jar `1.10.3.1082`.
- Upgrade to GraalVM 22.0.0.2.
- Add `halt-when`.
- Add `java.io.Data` classes
- Add compatibility with [clojure-msgpack](https://github.com/edma2/clojure-msgpack)
- Upgrade to clojure 11 beta1
- Bump transit to 1.0.329

## 0.7.4 (2022-01-25)

Expand Down
2 changes: 1 addition & 1 deletion resources/BABASHKA_VERSION
@@ -1 +1 @@
0.7.5-SNAPSHOT
0.7.5

0 comments on commit dafb3ef

Please sign in to comment.