From 89b6d113a10892eed7ac6d982d9f2ad5163d9322 Mon Sep 17 00:00:00 2001 From: Benoit Dion Date: Tue, 25 Feb 2020 19:09:01 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fb7e9d..1d43a044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +### Version 5.1.0-alpha5 + +- Add support for react-native Windows Cpp/WinRT [#1893]((https://github.com/react-native-community/react-native-video/pull/1893)) + +### Version 5.1.0-alpha4 + +- Fix android play/pause bug related to full-screen mode [#1916](https://github.com/react-native-community/react-native-video/pull/1916) + ### Version 5.1.0-alpha3 - Improve Android Audio Focus [#1897](https://github.com/react-native-community/react-native-video/pull/1897)