Update changes for release

[Revisionist Note] This commit was originally c6a0c80, still available
on the main-pre-rewrite branch. The 0.10.0 tag used to point to it.
This commit is contained in:
Lars Immisch
2023-04-16 00:05:55 +02:00
committed by Oswald Buddenhagen
parent 073d708bd1
commit f25c8243dc
+9
View File
@@ -1,3 +1,12 @@
# Version 0.10.0
- assorted improvements (#123 from @ossilator)
- support for `periods` in the `PCM` constructor.
- new functions `PCM.state()`, `PCM.drop()` and `PCM.drain()`
- improved underrun/overrun handling
- documentation improvements/consolidation (docstrings were removed in favour of online documentation)
- more sampling rates
- bug fixes
# Version 0.9.2 # Version 0.9.2
- Fix alsamixer_getvolume (#112 from @stephensp) - Fix alsamixer_getvolume (#112 from @stephensp)