From 3180774894293380abee7abbc6a51704ab8c8fde302605f3d55d0473bb24cb78 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 27 Aug 2019 09:41:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopy?expand=0&rev=4 --- python-geopy.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-geopy.changes b/python-geopy.changes index ba95001..f6818eb 100644 --- a/python-geopy.changes +++ b/python-geopy.changes @@ -241,7 +241,7 @@ Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com not present. + Miscellaneous inconsistent behavior and errors in geolocating. + Google V2 geocoder has been removed as its API was shutdown. -- Changes from +- Changes from 0.95.1 + Fix #12, where `DeprecationWarning` was showing for GoogleV2 even if it wasn't being used (due to `geopy.geocoders` importing it). + `GoogleV3.geocode` "address" kwarg renamed to "string" to match