Skip to content

Commit

Permalink
Add changelog with initial entry for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkodumal committed Aug 9, 2016
1 parent 7525e9a commit b3a5ad8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit b3a5ad8

Please sign in to comment.