Release notes
=============

0.4.0 (unreleased)
------------------

- Pin versions
- Make the log level customizable
- Fix `SDL_mixer` init
- Syntax: fix relative imports in the `midi` module
- Python 3: fix an exception syntax in `midi.EventDispatcher`
- Python 3: Use python3 imports for `StringIO` and `StringType`
- Doc: remove the useless `midi` module content
- Doc: add the `mixstream.VorbisFileMixStream` content
- Tests: add some tests for `midi.MidiInFile`
- Tests: add some tests for `midi.DataTypeConverters`
- Tests: add some tests for the `Task` module
- Deps: remove `Pillow` from requirements

Details: https://github.com/fofix/fretwork/milestone/2?closed=1


0.3.0 (2017-11-09)
------------------

- use the `logging` module
- port the code to python 3
- add docs
- add tests
- release on PyPi

Details: https://github.com/fofix/fretwork/milestone/1?closed=1


0.2.0 (2015-11-22)
------------------

- Add the `midi` module
- add the `time` module
- remove compiled code
- add DLLs path for Windows


0.1.1 (2015-09-21)
------------------

Initial release
