Skip to content

Commit ea8eb35

Browse files
chore: 3.6 release (#245)
* change logs for 3.6.0 release * moved datafile token and logs revision to features
1 parent 4dd55e2 commit ea8eb35

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
## [Unreleased]
33

44

5+
## 3.6.0
6+
October 2nd, 2020
7+
8+
### New Features
9+
- Add support for version audience condition which follows the semantic version (http://semver.org) ([#236](https://github.com/optimizely/csharp-sdk/pull/236), [#242](https://github.com/optimizely/csharp-sdk/pull/242))
10+
11+
- Add support for datafile accessor [#240](https://github.com/optimizely/csharp-sdk/pull/240).
12+
- `datafileAccessToken` supported from `App.config` ([#237](https://github.com/optimizely/csharp-sdk/pull/237))
13+
- Audience evaluation logs revised ([#229](https://github.com/optimizely/csharp-sdk/pull/229))
14+
15+
### Bug Fixes:
16+
- No rollout rule in datafile, should return false when `IsFeatureEnabled` is called. ([#235](https://github.com/optimizely/csharp-sdk/pull/235))
17+
- `NewDefaultInstance` method of `OptimizelyFactory` class, set ErrorHandler not to raise exception while handling error ([#241](https://github.com/optimizely/csharp-sdk/pull/241))
18+
19+
520
## 3.5.0
621
July 7th, 2020
722

0 commit comments

Comments
 (0)