Skip to content

Commit e00efd1

Browse files
committed
Updated change log
1 parent ff88958 commit e00efd1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CHANGELOG
22
=========
33

4+
0.3.0 (2013-06-??)
5+
------------------
6+
7+
* Reorganized the classes. `Client` was renamed `WebServiceClient` and moved
8+
to `com.maxmind.geoip2`. Record classes now have a suffix of "Record".
9+
The product classes (e.g., Omni) were renamed to their product name with
10+
no "Lookup" suffix.
11+
* Additional specific exceptions were added to replace the general
12+
`WebServiceException`.
13+
* A `DatabaseReader` class was added to the distribution. This reads GeoIP2
14+
databases and returns similar product object to `WebServiceClient`.
15+
* A `fallbackDatabase` option was added to `WebServiceClient.Builder`.
16+
This allows you to specify a database to fall back to if the web service
17+
request fails.
18+
419
0.2.0 (2013-06-13)
520
------------------
621

0 commit comments

Comments
 (0)