diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bc43edb..b0ae714b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # TidalCycles log of changes +## 1.0.10 - This machine also kills fascists +* Add exports to Sound.Tidal.Scales for `getScale` and `scaleTable` + ## 1.0.9 - This machine kills fascists * sec and msec functions for converting from seconds to cycles (for stut etc) @yaxu * template haskell upper bounds @yaxu @@ -28,7 +31,6 @@ * unit tests for euclid - @yaxu * fix for `sometimesBy` - @yaxu - ## 0.9.10 (and earlier missing versions from this log) * arpg, a function to arpeggiate diff --git a/src/Sound/Tidal/Scales.hs b/src/Sound/Tidal/Scales.hs index a29541d91..9d8a65645 100644 --- a/src/Sound/Tidal/Scales.hs +++ b/src/Sound/Tidal/Scales.hs @@ -1,4 +1,4 @@ -module Sound.Tidal.Scales (scale, scaleList) where +module Sound.Tidal.Scales (scale, scaleList, scaleTable, getScale) where import Data.Maybe diff --git a/tidal.cabal b/tidal.cabal index d899840cd..0d59d1718 100644 --- a/tidal.cabal +++ b/tidal.cabal @@ -1,5 +1,5 @@ name: tidal -version: 1.0.9 +version: 1.0.10 synopsis: Pattern language for improvised music -- description: homepage: http://tidalcycles.org/