CHANGELOG.md in geocoder-1.2.6 vs CHANGELOG.md in geocoder-1.2.7

- old
+ new

@@ -1,11 +1,23 @@ Changelog ========= Major changes to Geocoder for each release. Please see the Git log for complete list of changes. -1.2.6 (2014 Nov 8) +1.2.7 (2015 Jan 24) ------------------- +* DROP SUPPORT for Ruby 1.9.2. +* Use UTF-8 encoding for maxmind_local results (thanks github.com/ellmo). +* Update freegeoip response handling (thanks github.com/hosamaly). +* Update nominatim response handling (thanks github.com/jsantos). +* Update yandex response handling (thanks github.com/wfleming). +* Update geocodio response handling (thanks github.com/getsidewalk). +* Add ability to raise exception when response parsing fails (thanks github.com/spiderpug). +* Fix double-loading of Railtie (thanks github.com/wfleming and zhouguangming). + + +1.2.6 (2014 Nov 8) +------------------ * Add :geoip2 lookup (thanks github.com/ChristianHoj). * Add :okf lookup (thanks github.com/kakoni). * Add :postcode_anywhere_uk lookup (thanks github.com/rob-murray). * Properly detect IPv6 addresses (thanks github.com/sethherr and github.com/ignatiusreza).