diff --git a/CHANGELOG.md b/CHANGELOG.md index c451daaf..a1c98187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ For a list of breaking changes, check [here](#breaking-changes) ## v0.1.2 (unreleased) -Thanks @jeroenvandijk for contributing to this release. +Thanks [@jeroenvandijk](https://github.com/jeroenvandijk) for contributing to this release. - Support `:extend-via-metadata` option in protocols -- Fix classpath issue for Windows #496 +- Fix classpath issue for Windows [#496](https://github.com/borkdude/babashka/issues/496) - Add `double-array`, `short-array` and `clojure.lang.BigInt` for compatibility with [clojure.data.generators](https://github.com/clojure/data.generators) - Add support for `*print-level*` -- Add version info in `:describe` message of babashka.nrepl #471 +- Add version info in `:describe` message of babashka.nrepl [#471](https://github.com/borkdude/babashka/issues/471) - Add compatibility for [honeysql](https://github.com/seancorfield/honeysql) (most notable change: support `import` for records)