File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
- Changes that have landed but are not yet released.
8
+ ### Bug fixes
9
+ - Fixed default event dispatcher not used in React Native entry point ([ #383 ] ( https://github.com/optimizely/javascript-sdk/pull/383 ) )
9
10
10
11
## [ 3.4.0-beta] - December 18th, 2019
11
12
### Bug fixes
@@ -14,7 +15,7 @@ Changes that have landed but are not yet released.
14
15
### New Features
15
16
16
17
- Added a new API to get a project configuration static data.
17
- - Call ` getOptimizelyConfig() ` to get a snapshot copy of project configuration static data.
18
+ - Call ` getOptimizelyConfig() ` to get a snapshot copy of project configuration static data.
18
19
- It returns an ` OptimizelyConfig ` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
19
20
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-javascript-node
20
21
You can’t perform that action at this time.
0 commit comments