Skip to content

Commit e612231

Browse files
msohailhussainMichael Ng
authored andcommitted
fix: Changelog correction (#181)
1 parent 89a8fde commit e612231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ July 22nd, 2019
55
* Added support for automatic datafile management via `HttpProjectConfigManager` for framework 4.0 or above:
66
* The [`HttpProjectConfigManager`](https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK/Config/HttpProjectConfigManager.cs) is an implementation of the abstract
77
[`PollingProjectConfigManager`](https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK/Config/PollingProjectConfigManager.cs) class.
8-
- Users must first build the `HttpProjectConfigManager` with an SDK key and then and provide that instance to the `Optimizely`.
9-
- An initial datafile can be provided to the `HttpProjectConfigManager` to bootstrap before making http requests for the hosted datafile.
8+
- Users must first build the `HttpProjectConfigManager` with an SDK key and then and provide that instance to the `Optimizely` instance.
9+
- An initial datafile can be provided to the `HttpProjectConfigManager` to bootstrap before making HTTP requests for the hosted datafile.
1010
- Requests for the datafile are made in a separate thread and are scheduled with fixed delay.
1111
- Configuration updates can be subscribed to via the NotificationCenter built with the `HttpProjectConfigManager`.
1212
- `Optimizely` instance must be disposed after the use or `HttpProjectConfigManager` must be disposed after the use to release resources.

0 commit comments

Comments
 (0)