Skip to content

Commit

Permalink
Update changelog for 1.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 13, 2019
1 parent 992b38e commit fed06b9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ For details and minor changes, please see the `version control log messages
<https://github.com/SpotlightKid/python-rtmidi/commits/master>`_.


(not released yet) version 1.2.0
--------------------------------
2019-01-13 version 1.2.0
------------------------

Project infrastructure:
* RtMidi Sources and header are now included as a git sub-module from
Expand All @@ -28,6 +28,14 @@ Examples:
messages, including sending all kind of controller change and of (N)RPN
messages.

Fixes:
* Fixed SysEx message reception in JACK backend in RtMidi: messages broken up
over several events are now collected into a single event before being
passed to the input callback or returned by ``MidiIn.get_message``.
* Fixed missing MIDI message input filtering in JACK backend in RtMidi:
``MidiIn.ignoreTypes`` now works as intended.


Testing:
* Restructured tests in ``test_rtmidi`` and added tests for new methods.

Expand Down

0 comments on commit fed06b9

Please sign in to comment.