From b3a5ad884ba2c7afec3ea57de078843bf7f820b1 Mon Sep 17 00:00:00 2001 From: John Kodumal Date: Mon, 8 Aug 2016 17:06:26 -0700 Subject: [PATCH] Add changelog with initial entry for v2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..88faf839 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change log + +All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). + +## [2.0.0] - 2016-08-08 +### Added +- Support for multivariate feature flags. New methods `StringVariation`, `JsonVariation` and `IntVariation` and `Float64Variation` for multivariates. +- New `AllFlags` method returns all flag values for a specified user. +- New `SecureModeHash` function computes a hash suitable for the new LaunchDarkly JavaScript client's secure mode feature. + +### Changed +- The `Feature` data model has been replaced with `FeatureFlag`. + +### Deprecated +- The `Toggle` call has been deprecated in favor of `BoolVariation`. \ No newline at end of file