From c802f34583219eef3a8bf5e2bced2451123e8345 Mon Sep 17 00:00:00 2001 From: tambien Date: Wed, 29 Aug 2018 23:19:39 -0400 Subject: [PATCH] noting changes [skip ci] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bf93a9..5c8ff40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### r13 * Updating semantic versioning to be more in line with other [semvers](https://semver.org/). Now version is 13.x.x +* logging full version * Added Object notation for Tone.TimeBase and classes that extend it. - i.e. Tone.Time({'4n' : 1, '8t' : 2}) - Replacement for deprecated expression strings. @@ -8,6 +9,8 @@ * Tone.Sampler supports polyphonic syntax (thanks [@zfan40](https://github.com/zfan40)) * Building files with [webpack](https://webpack.js.org/) * Follower/Gate uses a single "smoothing" value instead of separate attacks and releases +* Changing references to `window` allowing it to not throw error in node context +* Testing examples ### r12