Skip to content
Snippets Groups Projects
Commit 7ce73c04 authored by Alex Reisner's avatar Alex Reisner
Browse files

Version bump to 0.9.3.

Update to-do list and changelog.
parent 3f3fb6d1
No related branches found
Tags 0.9.3
No related merge requests found
......@@ -2,6 +2,12 @@
Per-release changes to Geocoder.
== 0.9.3 (2010 Aug 2)
* Fix incompatibility with Rails 3 RC 1.
* Deprecate 'options' argument to 'nearbys' method.
* Allow inclusion of 'nearbys' in Arel method chains.
== 0.9.2 (2010 Jun 3)
* Fix LIMIT clause bug in PostgreSQL (reported by kenzie).
......
......@@ -151,7 +151,9 @@ If anyone has a more elegant solution to this problem I am very interested in se
== To-do List
* prepend table names to column names in SQL distance expression (required to do joins on another geocoded model)
* make 'near' scope work with 'select' options
* prepend table names to column names in SQL distance expression (required
to do joins on another geocoded model)
* prevent NameError when GOOGLE_MAPS_API_KEY is missing: show nice msg
* <tt>install.rb</tt> should do some setup when installed as a plugin
* create initializer with GOOGLE_MAPS_API_KEY?
......
0.9.2
0.9.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment