From 8cf18c6a8b1b4c825bdacbdd913d1c355c15bf11 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 11 Feb 2021 16:27:08 +0000 Subject: [PATCH] changes --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd6c47df..ed33aaea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # TidalCycles log of changes +## 1.7.1 - IKLECTIK b + * Fix stack build @yaxu + * Add tidal_status command @yaxu + * Add cVerbose config setting (default on) @yaxu + * Fix for emacs plugin @jwaldmann + * Snowball bugfix @yaxu + * Migrate to github actions, tested against additional ghc versions @ndr_brt + * Fix mininotation bug - allow leading/trailing spaces @ndr_brt + * Make linger work with negative numbers (to linger on end of cycle rather than start) @yaxu + * Friendlier startup messages @yaxu + * Compatibility with ghc 9.0.1 @yaxu + ## 1.7 - IKLECTIK * Added drum aliases from GM2 percussion spec to `drum` function @lvm * `getcps` helper function now in BootTidal.hs @yaxu