From 4b0b4cfbe23e21d4f1d59a24f50cd7c1a4d017b0 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 6 Aug 2019 11:00:45 -0700 Subject: [PATCH] update changelog with get_feat_var method --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edfa7028..24c5e4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Optimizely Python SDK Changelog +## [Unreleased] +Changes that have landed but are not yet released. + +- Added non-typed `get_feature_variable` method ([#191](https://github.com/optimizely/python-sdk/pull/191)) as a more idiomatic approach to getting values of feature variables. + - Typed `get_feature_variable` methods will still be available for use. + ## 3.2.0b1 July 26th, 2019