CHANGELOG.md in geocoder-1.2.8 vs CHANGELOG.md in geocoder-1.2.9
- old
+ new
@@ -1,15 +1,22 @@
Changelog
=========
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
+1.2.9 (2015 Jun 12)
+-------------------
+* Don't cache unsuccessful responses from Bing (thanks github.com/peteb).
+* Show API response when not valid JSON.
+* Log each API request.
+* Force all SmartyStreets requests to use HTTPS.
+
1.2.8 (2015 Mar 21)
-------------------
* Add :maxmind_geoip2 lookup (thanks github.com/TrangPham).
* Add ability to force/specify query type (street or IP address) (thanks github.com/TrangPham).
* Add :basic_auth configuration (thanks github.com/TrangPham).
-* Add `paranoid_location` method for Rails controllers (thanks github.com/edslocomb).
+* Add `safe_location` method for Rails controllers (thanks github.com/edslocomb).
* Add :logger configuration (thanks github.com/TrangPham).
* Improve error condition handling with Bing (thanks github.com/TrangPham).
1.2.7 (2015 Jan 24)
-------------------