Skip to content

Commit 52e2f5f

Browse files
committed
fix changelog
1 parent 6c40b21 commit 52e2f5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Optimizely Ruby SDK Changelog
22

33
## 3.4.0
4-
January 22nd, 2020
4+
January 23rd, 2020
55

6-
# New Features
6+
### New Features:
77
- Added a new API to get a project configuration static data.
8-
- Call `get_optimizely_config()` to get a snapshot copy of project configuration static data.
8+
- Call `get_optimizely_config` to get a snapshot copy of project configuration static data.
99
- It returns an `OptimizelyConfig` instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
10-
- Added caching for `getOptimizelyConfig` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile
10+
- Added caching for `get_optimizely_config` - `OptimizelyConfig` object will be cached and reused for the lifetime of the datafile
1111
- For details, refer to a documention page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-ruby
1212

1313

@@ -18,7 +18,7 @@ December 13th, 2019
1818
- BatchEventProcessor will hang on poll after flushing with no event if no event count is greater than 3 [#224](https://github.com/optimizely/ruby-sdk/pull/224).
1919
- EventDispatcher logs debug response and error responses from http post call i[#221](https://github.com/optimizely/ruby-sdk/pull/221).
2020

21-
# New Features
21+
### New Features
2222
- NotificationCenter should accept any Callable [#219](https://github.com/optimizely/ruby-sdk/pull/219).
2323

2424
## 3.3.1

0 commit comments

Comments
 (0)