From 34311419431e5d00413e21b71bf629c63c033f5d Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 29 May 2013 07:40:18 -0700 Subject: [PATCH] Updated for 0.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7a03b..9375b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +0.2.0 (2013-05-29) +------------------ + +* `GenericException` was renamed to `GeoIP2Exception`. +* We now support more languages. The new languages are de, es, fr, and pt-BR. +* The REST API now returns a record with data about your account. There is + a new geoip.records.MaxMind class for this data. +* The `continentCode` attribute on `Continent` was renamed to `code`. +* Documentation updates. + 0.1.1 (2013-05-14) ------------------