update changelog

This commit is contained in:
Daniel Mariño 2019-07-06 14:04:08 +02:00
parent 576273d712
commit 61a72ad0b0

View File

@ -1,5 +1,8 @@
## Changelog
### next
* Fix mute/unmute when controls are present (iOS) [#1654](https://github.com/react-native-community/react-native-video/pull/1654)
### Version 4.4.2
* Change compileOnly to implementation on gradle (for newer gradle versions and react-native 0.59 support) [#1592](https://github.com/react-native-community/react-native-video/pull/1592)
* Replaced RCTBubblingEventBlock events by RCTDirectEventBlock to avoid event name collisions [#1625](https://github.com/react-native-community/react-native-video/pull/1625)