This commit is contained in:
jamesagnew 2016-08-02 20:18:59 -04:00
parent 6aa7aed3cf
commit 681f4e153d
2 changed files with 13 additions and 0 deletions

View File

@ -236,6 +236,11 @@
<id>mion00</id>
<name>Carlo Mion</name>
</developer>
<developer>
<id>kiwiandroiddev</id>
<name>Matt Clarke</name>
<organization>Orion Health</organization>
</developer>
</developers>
<licenses>

View File

@ -132,6 +132,14 @@
throwing an AuthenticationException. Thanks to GitHub user @allanbrohansen
for the suggestion!
</action>
<action type="add" issue="416">
Add a new client implementation which uses the
<![CDATA[<a href="http://square.github.io/okhttp/">OkHttp</a>]]>
library as the HTTP client implementation (instead of Apache HttpClient).
This is particularly useful for Android (where HttpClient is a pain) but
could also be useful in other places too.
Thanks to Matt Clarke of Orion Health for the contribution!
</action>
</release>
<release version="1.6" date="2016-07-07">
<action type="fix">