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

Commit

Permalink
Update changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
highlyunavailable committed Mar 10, 2016
1 parent 181e6bd commit 5825006
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
* `ConsulClient` is now `IDisposable` and should have `Dispose()` called to
clean it up. It is still supposed to be used in a long-lived fashion, though.

## 2016-03-10
* Added a `ConsulClient(ConsulClientConfiguration, HttpClient)` constructor
that allows a user to pass in a custom HttpClient to set a custom proxy
setting/timeout.

## 2016-03-04
* Fixed double-encoding of `UpdateTTL` `note` argument.

Expand Down

0 comments on commit 5825006

Please sign in to comment.