CHANGELOG.rdoc in geocoder-1.0.1 vs CHANGELOG.rdoc in geocoder-1.0.2

- old
+ new

@@ -1,8 +1,14 @@ = Changelog Per-release changes to Geocoder. +== 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). + == 1.0.1 (2011 May 17) * Add option to not rescue from certain exceptions (thanks github.com/ahmedrb). * Fix STI child/parent geocoding bug (thanks github.com/ogennadi). * Other bugfixes.