Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
Update Changelog for release of version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Nov 16, 2017
1 parent fcd3cd3 commit 6c16fb8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.1.0] - 2017-11-16

### Added
- Stop processing streaming events and errors after `Close()`.


## [2.0.0] - 2016-08-08
### Added
- Support for multivariate feature flags. New methods `StringVariation`, `JsonVariation` and `IntVariation` and `Float64Variation` for multivariates.
Expand All @@ -12,4 +18,4 @@ All notable changes to the LaunchDarkly Go SDK will be documented in this file.
- The `Feature` data model has been replaced with `FeatureFlag`.

### Deprecated
- The `Toggle` call has been deprecated in favor of `BoolVariation`.
- The `Toggle` call has been deprecated in favor of `BoolVariation`.

0 comments on commit 6c16fb8

Please sign in to comment.