Skip to content

Commit afe5949

Browse files
chore: fix changelog (#183)
1 parent 2d4795f commit afe5949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 3.2.0
22
July 22nd, 2019
33

4-
### New Features:
4+
### New Features:
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.
@@ -10,7 +10,7 @@ July 22nd, 2019
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.
13-
- The [`OptimizelyFactory`](https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK/OptimizelyFactory.cs) provides basic methods for instantiating the Optimizely SDK with a minimal number of parameters. Check [`README.md`](https://github.com/optimizely/csharp-sdk#use-optimizelyfactory) for more details.
13+
* The [`OptimizelyFactory`](https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK/OptimizelyFactory.cs) provides basic methods for instantiating the Optimizely SDK with a minimal number of parameters. Check [`README.md`](https://github.com/optimizely/csharp-sdk#use-optimizelyfactory) for more details.
1414

1515
## 3.1.1
1616
June 19th, 2019

0 commit comments

Comments
 (0)