From 6f128d6761a877b10f1e5ca20fa54e4e6fefa92f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 14 Jun 2020 12:27:35 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)