From 1a7aa60899d6c20bf45517c6ec7288d20269c2bf Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Wed, 16 Apr 2014 14:16:12 -0400
Subject: [PATCH] Add note about :maxmind_local with SQL DB.

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d9c3b87..d26259d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Major changes to Geocoder for each release. Please see the Git log for complete
 * Add :geocodio lookup (thanks github.com/dblock).
 * Add :lookup option to `Geocoder.search` and `geocoded_by` (thanks github.com/Bonias).
 * Add support for :maxmind_local on JRuby via jgeoip gem (thanks github.com/gxbe).
+* Add support for using :maxmind_local with an SQL database, including Rake tasks for downloading CSV data and populating a local DB.
 * Add support for character encodings based on Content-type header (thanks github.com/timaro).
 * Add :min_radius option to `near` scope (thanks github.com/phallstrom).
 * Fix: Yandex city attribute caused exception with certain responses (thanks github.com/dblock).
-- 
GitLab