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

Prepare for release of gem version 1.1.7.

parent c712d59c
No related branches found
No related tags found
No related merge requests found
Changelog
=========
Per-release changes to Geocoder.
Per-release changes to Geocoder. Note that only major changes are summarized here. Please see the Git log for all changes.
1.1.7 (2013 Apr 21)
-------------------
* Add support for Ovi/Nokia API (thanks github.com/datenimperator).
* Add support for ESRI API (thanks github.com/rpepato).
* Add ability to omit distance and bearing from SQL select clause (thanks github.com/nicolasdespres).
* Add support for caches that use read/write methods (thanks github.com/eskil).
* Add support for nautical miles (thanks github.com/vanboom).
* Fix: bug in parsing of MaxMind responses.
* Fix: bugs in query regular expressions (thanks github.com/boone).
* Fix: various bugs in MaxMind implementation.
* Fix: don't require a key for MapQuest.
* Fix: bug in handling of HTTP_X_FORWARDED_FOR header (thanks github.com/robdimarco).
1.1.6 (2012 Dec 24)
-------------------
......
module Geocoder
VERSION = "1.1.6"
VERSION = "1.1.7"
end
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