File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,36 @@ For details and minor changes, please see the [version control log
44messages] ( https://github.com/SpotlightKid/python-rtmidi/commits/master ) .
55
66
7+ ## 1.5.1 (2023-06-12)
8+
9+ Project infrastructure:
10+
11+ - Fixed broken windows binary wheels built by CI.
12+
13+
14+ ## 1.5.0 (2023-05-23)
15+
16+ Fixes:
17+
18+ - Fixed memleak in ` midiutils.list_{in,out}put_ports ` function (#103 ).
19+ - Fixed compilation with PyPy3.
20+
21+ Documentation:
22+
23+ - Clarified return types in docstrings.
24+ - Converted readme, changelog, authors, and install docs to Markdown.
25+
26+ Examples:
27+
28+ - Fixed ` basic/panic.py ` to actually use channel number loop var.
29+
30+ Project infrastructure:
31+
32+ - Modernized project structure and build system (now used ` meson ` and ` mesonpep517 ` ) (#119 ).
33+ - Added working cibuildwheel github action (#121 ).
34+ - Removed redundant Github action (#140 ).
35+
36+
737## 1.4.9 (2021-04-26)
838
939Fixes:
@@ -14,7 +44,7 @@ Changes:
1444
1545- The SysEx reception buffer size for the Windows MM backend was
1646 changed from 8096 to 8196.
17- - Synced with upstream [ RtMidi] ( https://github.com/thestk/rtmidi )
47+ s - Synced with upstream [ RtMidi] ( https://github.com/thestk/rtmidi )
1848 (3dc525baf3cac345cdd3511316571c20b47f30b5, fixes #89 ).
1949
2050
You can’t perform that action at this time.
0 commit comments