From 326545cfb8442928f8debb6a75fe88b18442f18f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 14 Jun 2020 12:25:38 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f487ace..c451daaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ For a list of breaking changes, check [here](#breaking-changes) +## v0.1.2 (unreleased) + +Thanks @jeroenvandijk for contributing to this release. + +- Support `:extend-via-metadata` option in protocols +- Fix classpath issue for Windows #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 compatibility for [honeysql](https://github.com/seancorfield/honeysql) + (most notable change: support `import` for records) + ## v0.1.1 (2020-06-10) Thanks [@Chowlz](https://github.com/Chowlz) and