Browse Source

Update CHANGELOG.md

Guy Carmeli 5 years ago
parent
commit
d3a23198a0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md View File

@@ -1,7 +1,7 @@
1 1
 # Changelog
2 2
 # 3.3.0
3 3
 ## Added
4
-* Support updating component props with Navigation.mergeOptions [#291f161](https://github.com/wix/react-native-navigation/commit/291f16177d2f67a474d3a980a503a85d0acf2b2a) by [justtal](https://github.com/justtal)
4
+* **[experimental]** Support updating component props with Navigation.mergeOptions [#291f161](https://github.com/wix/react-native-navigation/commit/291f16177d2f67a474d3a980a503a85d0acf2b2a) by [justtal](https://github.com/justtal)
5 5
 ### Android
6 6
 * Add support for getLaunchArgs [#16646e7](https://github.com/wix/react-native-navigation/commit/16646e7c88d78f1ddd7fb6ae434ef968ac051f06) by [swabbass](https://github.com/swabbass)
7 7
 * Support bottomTab.selectedIcon [#45e8389](https://github.com/wix/react-native-navigation/commit/45e8389b2b7d282878a80c49b146ddeb4ec2cd89) by [guyca](https://github.com/guyca)