CHANGELOG.md in geocoder-1.1.8 vs CHANGELOG.md in geocoder-1.1.9

- old
+ new

@@ -1,8 +1,20 @@ Changelog ========= -Per-release changes to Geocoder. Note that only major changes are summarized here. Please see the Git log for all changes. +Major changes to Geocoder for each release. Please see the Git log for complete list of changes. + +1.1.9 (2013 Dec 11) +------------------- + +* DEPRECATED support for Ruby 1.8.x. Will be dropped in a future version. +* Require API key for MapQuest (thanks github.com/robdiciuccio). +* Add support for geocoder.us and HTTP basic auth (thanks github.com/komba). +* Add support for Data Science Toolkit lookup (thanks github.com/ejhayes). +* Add support for Baidu (thanks github.com/mclee). +* Add Geocoder::Calculations.random_point_near method (thanks github.com/adambray). +* Fix: #nearbys method with Mongoid (thanks github.com/pascalbetz). +* Fix: bug in FreeGeoIp lookup that was preventing exception from being raised when configured cache was unavailable. 1.1.8 (2013 Apr 22) ------------------- * Fix bug in ESRI lookup that caused an exception on load in environments without rack/utils.