CHANGELOG.rdoc in geocoder-1.0.2 vs CHANGELOG.rdoc in geocoder-1.0.3
- old
+ new
@@ -1,8 +1,15 @@
= Changelog
Per-release changes to Geocoder.
+== 1.0.3 (2011 Sep 17)
+
+* Fix: rake assets:precompile (Rails 3.1) not working in some situations.
+* Update Google API URL (thanks github.com/soorajb).
+* Allow rescue from timeout with FreeGeoIP (thanks github.com/lukeledet).
+* Fix: stop double-adjusting units when using kilometers (thanks github.com/hairyheron).
+
== 1.0.2 (2011 June 25)
* Add support for MongoMapper (thanks github.com/spagalloco).
* Fix: user-specified coordinates field wasn't working with Mongoid (thanks github.com/thisduck).
* Fix: invalid location given to near scope was returning all results (Active Record) or error (Mongoid) (thanks github.com/ogennadi).