From 02cb4862f9da26bf22f6c05c6665f1b404a4ce99 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Wed, 31 Jan 2018 13:18:09 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 27a542a..1ab552a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,9 @@ January 29th, 2018 ================== * Version `0.16.3` of the python library * Fix for Mapbox geocoder to handle empty requests and empty responses + * Remove raising an exception when non parameters are passed to the HERE geocoder + * Fix for HERE geocoder with non empty requests + * Added more coverage to the google geocoder credentials parse logic January 29th, 2018 ==================