From f25c8243dc66aa77fe4b1ccbac849426100b8741 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Sun, 16 Apr 2023 00:05:55 +0200 Subject: [PATCH] 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. --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4322b29..2fc4844 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 - Fix alsamixer_getvolume (#112 from @stephensp)