Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravi committed May 12, 2017
1 parent ba3f1c7 commit aa16da4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
configuration is loaded from multiple directories.
- **[Breaking]** Removed `CreateAuthInfo` interface from auth package. package auth
RegisterFunc now accepts `config.Provider` and `tally.Scope` for initialization.
- **[Breaking]** Removed `auth.Client` access from `service.Host`. `auth.Client` can
now be accessed via `auth.Load()` call.
- **[Breaking]** Removed `auth.Client` access from `service.Host`. `auth.Client`
can now be accessed via `auth.Load()` call.
- **[Breaking]** Removed service.Host altogether. Metrics, config etc. are used
explicitly where required.

## v1.0.0-beta3 (28 Mar 2017)

Expand Down

0 comments on commit aa16da4

Please sign in to comment.