Skip to content

Commit 2ac2394

Browse files
committed
Move new changes under "Breaking Changes"
1 parent a8ef7c6 commit 2ac2394

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
## [4.0.0-alpha.1] - March 4, 2020
1111

1212
### Breaking Changes:
13-
- Removed `Promise` polyfill from browser entry point ([417](https://github.com/optimizely/javascript-sdk/pull/417))
14-
15-
### New Features
16-
17-
- Changed functionality of JSON schema validation in all entry points ([442](https://github.com/optimizely/javascript-sdk/pull/442)).
13+
- Removed `Promise` polyfill from browser entry point ([417](https://github.com/optimizely/javascript-sdk/pull/417)).
14+
- Changed functionality of JSON schema validation in all entry points ([442](https://github.com/optimizely/javascript-sdk/pull/442)).
1815
- Previously, `skipJSONValidation` flag was used by the user to specify whether the JSON object should be validated.
1916
- Now, `skipJSONValidation` has been removed entirely from all entry points. Instead, a user will need to import `jsonSchemaValidator` from `@optimizely/optimizely-sdk/lib/utils/json_schema_validator` and pass it to `createInstance` to perform validation as shown below:
2017

0 commit comments

Comments
 (0)