diff --git a/Changelog.md b/Changelog.md index cec68a59..3ec4e668 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,17 +2,15 @@ ## 0.3.2 (November 2019) -* Create gh-pages branch and Documentation website -* Update README info -* New Arecorder method to individualize channel selection and gain adjustment to each channel -* Webaudio backend -* binder example based on webaudio backend -* Update docstrings -* Fix bug of multi channel fade_in fade_out -* Allowing using timeslice in extend setitem mode as long as stop reaches the end of the array. -* Add Jupyter backend -* Configure Binder for easier testing -* Switch test framework from nosetests to pytest +* Fixed bug of multi channel fade_in fade_out +* Introduced timeslice in extend setitem mode as long as stop reaches the end of the array. +* Added Sphinx documentation which can be found at https://interactive-sonification.github.io/pya +* Introduced new Arecorder method to individualize channel selection and gain adjustment to each channel +* Added Binder links to Readme +* Introduced Jupyter backend based on WebAudio +* Updated example notebook to use WebAudio when used with Binder +* Switched test framework from nosetests to pytest + ## 0.3.1 (October 2019)