CHANGELOG.md in geocoder-1.1.9 vs CHANGELOG.md in geocoder-1.2.0
- old
+ new
@@ -1,9 +1,28 @@
Changelog
=========
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
+1.2.0 (2014 Apr 16)
+-----------
+
+* DROP SUPPORT for Ruby 1.8.x.
+* Add :here lookup (thanks github.com/christoph-buente).
+* Add :cloudmade lookup (thanks github.com/spoptchev).
+* Add :smarty_streets lookup (thanks github.com/drinks).
+* Add :maxmind_local IP lookup (thanks github.com/fernandomm).
+* Add :baidu_ip lookup (thanks github.com/yonggu).
+* Add :geocodio lookup (thanks github.com/dblock).
+* Add :lookup option to `Geocoder.search` and `geocoded_by` (thanks github.com/Bonias).
+* Add support for :maxmind_local on JRuby via jgeoip gem (thanks github.com/gxbe).
+* Add support for using :maxmind_local with an SQL database, including Rake tasks for downloading CSV data and populating a local DB.
+* Add support for character encodings based on Content-type header (thanks github.com/timaro).
+* Add :min_radius option to `near` scope (thanks github.com/phallstrom).
+* Fix: Yandex city attribute caused exception with certain responses (thanks github.com/dblock).
+* Change name of MapQuest config option from :licensed to :open and revert default behavior to be MapQuest data (not OpenStreetMaps).
+* Reduce number of Ruby warnings (thanks github.com/exviva).
+
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).