From f85983ba9c57c1e31709b424297d43f858834bad Mon Sep 17 00:00:00 2001 From: KrzysztofMoch Date: Thu, 28 Sep 2023 09:09:46 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813734e0..0cc755f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Next - Windows: fix build error from over-specified SDK version [#3246](https://github.com/react-native-video/react-native-video/pull/3246) - Windows: fix `onError` not being raised [#3247](https://github.com/react-native-video/react-native-video/pull/3247) -- Android: update isCodecSupported to return enum [#3254](https://github.com/react-native-video/react-native-video/pull/3254) +- **BREAKING CHANGE**❗️Android: update isCodecSupported to return enum [#3254](https://github.com/react-native-video/react-native-video/pull/3254) ### Version 6.0.0-alpha.8 - All: Playing audio over earpiece [#2887](https://github.com/react-native-video/react-native-video/issues/2887)