noting changes

This commit is contained in:
Yotam Mann 2018-04-25 11:09:52 -04:00
parent 7d862a1705
commit b74b52bd3a

View file

@ -1,6 +1,10 @@
### r13
* Updating semantic versioning to be more in line with other [semvers](https://semver.org/). Now version is 13.x.x
* Added Object notation for Tone.TimeBase and classes that extend it.
- i.e. Tone.Time({'4n' : 1, '8t' : 2})
- Replacement for deprecated expression strings.
### r12