From 809a5e47c473f8c7296efd9fa16627a30f8344fd Mon Sep 17 00:00:00 2001 From: llfbandit Date: Wed, 28 Aug 2024 12:13:02 +0200 Subject: [PATCH] chore: Update changelog. --- record_darwin/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/record_darwin/CHANGELOG.md b/record_darwin/CHANGELOG.md index 94e641fe..916a941a 100644 --- a/record_darwin/CHANGELOG.md +++ b/record_darwin/CHANGELOG.md @@ -1,9 +1,7 @@ -## 1.1.3 -* fix: Exception where format.sampleRate != hwFormat.sampleRate -* feat(macOS): Support device by deviceID as well as deviceUID - ## 1.1.2 * fix: Remove print on conversion error. +* fix: Exception where format.sampleRate != hwFormat.sampleRate +* feat(macOS): Support device by deviceID as well as deviceUID ## 1.1.1 * fix: Add swift version info to workaround compilation issues.