From d70fb0418619ca4b6a31fc9d6232dcdd1592d182 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 24 Jan 2021 21:16:07 +0100 Subject: [PATCH] v0.2.8 --- CHANGELOG.md | 16 ++++++++++++++++ resources/BABASHKA_VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0f0809..7cfd119f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ For a list of breaking changes, check [here](#breaking-changes). +## v0.2.8 + +### New + +- Include [clojure.core.match](https://github.com/clojure/core.match) #594 +- Include [hiccup](https://github.com/weavejester/hiccup) #646 +- Include [clojure.test.check](https://github.com/clojure/test.check) #487. Included namespaces: + - clojure.test.check + - clojure.test.check.generators + - clojure.test.check.properties + +### Fixed enhanced + +- Fix symbol resolution in syntax quote when overwriting core var +- Performance enhancements + ## v0.2.7 ### New diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 256db53c..08456a47 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.2.8-SNAPSHOT \ No newline at end of file +0.2.8 \ No newline at end of file