From e14c78e9b21dfdbc330454cec23181afc27232dc Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Fri, 24 Feb 2017 11:05:57 -0800 Subject: [PATCH] Updated CHANGELOG for 0.9.1 --- CHANGELOG.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fc6106208..2f545a982 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +0.9.1 + +* added proper support for using and switching between different audio sample + formats. 24/192k works across all platforms now. +* fixed `DirectSoundOut` pause to work properly again +* added support for statically linking dependencies. for now we can supply + macOS binaries that don't require homebrew! let's try to keep it that way. +* updated some defaults -- rescan metadata on startup by default, and restrict + to two processing threads. + +-------------------------------------------------------------------------------- + 0.9.0 user-facing: