From 0f37149740cd42bef4438dc007450d18a332b550 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 14 Jul 2021 23:32:28 +0200 Subject: [PATCH] CHANGELOG [skip ci] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 715b97b7..d1b73e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ Sci: - `case` expression generated from macro doesn't work correctly - Fix stacktrace with invalid import [borkdude/sci#589](https://github.com/borkdude/sci/issues/589) +Special thanks to: + +- [@bobisageek](https://github.com/bobisageek) for spending time and energy on +getting the majority of tests to work on Windows. +- [@ptaoussanis](https://github.com/ptaoussanis) for creating [timbre](https://github.com/ptaoussanis/timbre). + ## 0.4.6 - Upgrade to GraalVM 21.1, fixes [#884](https://github.com/babashka/babashka/issues/884)