diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0b10d46937037c5286af53223a59aeb0d1e49dec..f4670304b9a18a4ba461dcd24685bd9ee9512ee3 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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). diff --git a/README.rdoc b/README.rdoc index 979e2c463876d58f0c143d132fa5dd9a990beb3f..53ff8e97add6830a0a881363bf59b08b8724c0c2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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? diff --git a/VERSION b/VERSION index 2003b639c40025a4216b7b765e800b872a9052cd..965065db5b84c28a60e0e932153c4f59ac44c4da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.9.3