Browse Source

Update changelog

Guy Carmeli 5 years ago
parent
commit
5b24982b51
1 changed files with 8 additions and 10 deletions
  1. 8
    10
      CHANGELOG.md

+ 8
- 10
CHANGELOG.md View File

1
 # Changelog
1
 # Changelog
2
+# 3.1.1
3
+## Fixed
4
+### Android
5
+* Fix defaultOptions not being applied if called after setRoot [#338b096](https://github.com/wix/react-native-navigation/commit/338b0961f9bee9fa20583efe0f165e3cefa14c92) by [guyca](https://github.com/guyca)
2
 # 3.1.0
6
 # 3.1.0
3
 ## Added
7
 ## Added
4
 * Support passing null color to StatusBar backgroundColor and bottom tab icon color [#3519837](https://github.com/wix/react-native-navigation/commit/3519837cc2a82cb14ec1849bfc358865e407f556) by [guyca](https://github.com/guyca)
8
 * Support passing null color to StatusBar backgroundColor and bottom tab icon color [#3519837](https://github.com/wix/react-native-navigation/commit/3519837cc2a82cb14ec1849bfc358865e407f556) by [guyca](https://github.com/guyca)
67
   </resources>
71
   </resources>
68
   ```
72
   ```
69
 
73
 
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
74
+# 2.27.1
75
+## Fixed
76
+### Android
77
+* Fix defaultOptions not being applied if called after setRoot [#338b096](https://github.com/wix/react-native-navigation/commit/338b0961f9bee9fa20583efe0f165e3cefa14c92) by [guyca](https://github.com/guyca)
80
 
78
 
81
 # 2.27.0
79
 # 2.27.0
82
 ## Added
80
 ## Added