Skip to content

Commit 06bd65f

Browse files
author
Matt Carroll
committed
Add changelog entry
1 parent d71a395 commit 06bd65f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [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))
910

1011
## [3.4.0-beta] - December 18th, 2019
1112
### Bug fixes
@@ -14,7 +15,7 @@ Changes that have landed but are not yet released.
1415
### New Features
1516

1617
- 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.
1819
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
1920
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-javascript-node
2021

0 commit comments

Comments
 (0)