Updated changelog

This commit is contained in:
Jens Andersson 2019-07-03 09:42:38 +02:00
parent 3d2a58a8c5
commit 666c26d9ec

View File

@ -1,5 +1,7 @@
## Changelog
* Fixed memory leak on iOS when using `controls` [#1647](https://github.com/react-native-community/react-native-video/pull/1647)
### 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)