From d993a152e2247ea8c5fe81e589160207a03f56db Mon Sep 17 00:00:00 2001 From: daslu Date: Sat, 21 Mar 2020 02:07:35 +0200 Subject: [PATCH] 1.0.0-BETA9 version --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12375c4..68dba67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [1.0.0-BETA9-SNAPSHOT] +## [1.0.0-BETA9] - changed logging to `clojure/tools.logging` +- major breaking change: a new set of code-generation rules ## [1.0.0-BETA8] - bugfix for plotting (to draw a chart `print` should be called instead of `plot`)