From 675d6c87ed0089b9e6bf36c6b9f93430a22bef47 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Sun, 22 Nov 2020 14:59:43 -0500 Subject: [PATCH] doc: 3.0.0 changelog --- speech_to_text/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 2e4b52c9..15a8db57 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -3,10 +3,13 @@ ## 3.0.0 ### New - * Now using a platform interface to prepare for web support + * Now using a platform interface to prepare for web support. Although this should not + cause any functional changes it is a major refactoring. ### Fix * Android `stop` now completes even if not initialized + * iOS onDevice initialization is more reliable + * No longer crashes on iOS version < 10 ## 2.7.0