From 681f4e153d00b2f528899e1b3dd90ded9e83bd50 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Tue, 2 Aug 2016 20:18:59 -0400 Subject: [PATCH] Credit for #416 --- pom.xml | 5 +++++ src/changes/changes.xml | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 88a28d5b284..8578e27f223 100644 --- a/pom.xml +++ b/pom.xml @@ -236,6 +236,11 @@ mion00 Carlo Mion + + kiwiandroiddev + Matt Clarke + Orion Health + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7113025904b..67c0a6f3dea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -132,6 +132,14 @@ throwing an AuthenticationException. Thanks to GitHub user @allanbrohansen for the suggestion! + + Add a new client implementation which uses the + OkHttp]]> + 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! +