From 78453e4b7f503011293cf59e2e6ffae4c1d3306f Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 5 Oct 2020 01:08:57 +0200 Subject: [PATCH] Changelog for 0.12.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5610cec..a5128d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Unreleased +# Version 0.12.0 (2020-10-05) + - Breaking: Update `cpal` to [0.12](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0120-2020-07-09). - Breaking: Rework API removing global "rodio audio processing" thread & adapting to the upstream cpal API changes. - Add new_X format specific methods to Decoder. +- Fix resampler dependency on internal `Vec::capacity` behaviour. # Version 0.11.0 (2020-03-16)