Skip to content

Commit cea3b89

Browse files
committed
[docs] Update changelog for release 1.5.8
Signed-off-by: Christopher Arndt <[email protected]>
1 parent c90c89f commit cea3b89

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ For details and minor changes, please see the [version control log
44
messages](https://github.com/SpotlightKid/python-rtmidi/commits/master).
55

66

7+
## 1.5.8 (2023-11-20)
8+
9+
Fixes:
10+
11+
- Changed CI build configuration, so that auditwheel no longer puts a copy of
12+
libasound in the Linux binary wheels - overriding the system libasound -
13+
which prevented the `_rtmidi` extension module shared library from being
14+
loaded on systems, where the ALSA plugin library path is not
15+
`/usr/lib64/alsa-lib`, specifically on Debian-based distros. (#190)
16+
- Replace `pip` with `python -m pip` everywhere in in the installation
17+
documentation and fixed some minor typos .
18+
19+
Changes:
20+
21+
- Removed obsolete Python 2 compatibility code in the `_rtmidi` module and
22+
references to Python 2 unicode type in its docstrings.
23+
24+
725
## 1.5.7 (2023-10-24)
826

927
Project infrastructure:

0 commit comments

Comments
 (0)