From 20fffb26fb9150ed8e1a19d3eafbf608dffa3480 Mon Sep 17 00:00:00 2001 From: frazar Date: Wed, 18 Apr 2018 15:18:10 +0200 Subject: [PATCH] Add missing braking changes introduced into 0.7 (#219) --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b76ce..c77a579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,14 @@ # Version 0.7.0 (2018-02-04) -- Rename ChannelsCount to ChannelCount. -- Rename SamplesRate to SampleRate. +- Rename `ChannelsCount` to `ChannelCount`. +- Rename `SamplesRate` to `SampleRate`. +- Rename the `min_samples_rate` field of `SupportedFormat` to `min_sample_rate` +- Rename the `with_max_samples_rate()` method of`SupportedFormat` to `with_max_sample_rate()` +- Rename the `samples_rate` field of `Format` to `sample_rate` +- Changed the type of the `channels` field of the `SupportedFormat` struct from `Vec` to `ChannelCount` (an alias to `u16`) - Remove unused ChannelPosition API. -- Implement Endpoint and Format Enumeration for macos. +- Implement `Endpoint` and `Format` Enumeration for macos. - Implement format handling for macos `build_voice` method. # Version 0.6.0 (2017-12-11)