Skip to content

Commit

Permalink
Add CHANGES for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Dec 18, 2016
1 parent c961a43 commit eb56e89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Expand Up @@ -2,9 +2,15 @@

Notable changes between releases.

## latest
## Latest

* Added Sling `Body` setter to set an `io.Reader` on the Request
## v1.1.0 (2016-12-19)

* Allow JSON decoding, regardless of response Content-Type (#26)
* Add `BodyProvider` interface and setter so request Body encoding can be customized (#23)
* Add `Doer` interface and setter so request sending behavior can be customized (#21)
* Add `SetBasicAuth` setter for Authorization headers (#16)
* Add Sling `Body` setter to set an `io.Reader` on the Request (#9)

## v1.0.0 (2015-05-23)

Expand Down

0 comments on commit eb56e89

Please sign in to comment.