Skip to content

Commit 1d3d4e0

Browse files
chore(api): update Changelog with get_feature_variable method (#193)
1 parent 8767636 commit 1d3d4e0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
110
## 3.2.0
211
July 25th, 2019
312

4-
### New Features:
13+
### New Features:
514
* Added support for automatic datafile management via `HTTPProjectConfigManager`:
615
* 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
716
[`ProjectConfigManager`](https://github.com/optimizely/ruby-sdk/blob/master/lib/optimizely/config_manager/project_config_manager.rb).

0 commit comments

Comments
 (0)