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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
+
# Optimizely Ruby SDK Changelog
2
+
3
+
## [Unreleased]
4
+
Changes that have landed but are not yet released.
5
+
6
+
### New Features:
7
+
- Added non-typed `get_feature_variable` method ([#190](https://github.com/optimizely/ruby-sdk/pull/190)) as a more idiomatic approach to getting values of feature variables.
8
+
- Typed `get_feature_variable` methods will still be available for use.
9
+
1
10
## 3.2.0
2
11
July 25th, 2019
3
12
4
-
### New Features:
13
+
### New Features:
5
14
* Added support for automatic datafile management via `HTTPProjectConfigManager`:
6
15
* The [`HTTPProjectConfigManager`](https://github.com/optimizely/ruby-sdk/blob/master/lib/optimizely/config_manager/http_project_config_manager.rb) is an implementation of the Interface
0 commit comments