You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
## [Unreleased]
3
3
4
4
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))
- 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))
0 commit comments