Doc updates
This commit is contained in:
parent
87f6e2ad6b
commit
8aedaa5f91
|
@ -1,12 +1,14 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.5.0 (2013-10-XX)
|
0.5.0 (2013-10-21)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Renamed $languages constructor parameters to $locales for both the Client
|
* Renamed $languages constructor parameters to $locales for both the Client
|
||||||
and Reader classes.
|
and Reader classes.
|
||||||
* Documentation and code clean-up (Ben Morel).
|
* Documentation and code clean-up (Ben Morel).
|
||||||
|
* Added the interface `GeoIp2\ProviderInterface`, which is implemented by both
|
||||||
|
`\GeoIp2\Database\Reader` and `\GeoIp2\WebService\Client`.
|
||||||
|
|
||||||
0.4.0 (2013-07-16)
|
0.4.0 (2013-07-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
10
README.md
10
README.md
|
@ -52,6 +52,16 @@ You can autoload all dependencies by adding this to your code:
|
||||||
```
|
```
|
||||||
require 'vendor/autoload.php';
|
require 'vendor/autoload.php';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Optional C Extension ###
|
||||||
|
|
||||||
|
The [MaxMind DB API](https://github.com/maxmind/MaxMind-DB-Reader-php)
|
||||||
|
includes an optional C extension that you may install to dramatically increase
|
||||||
|
the performance of lookups in GeoIP2 or GeoLite2 databases. To install, please
|
||||||
|
follow the instructions included with that API.
|
||||||
|
|
||||||
|
The extension has no effect on web-service lookups.
|
||||||
|
|
||||||
## Database Reader ##
|
## Database Reader ##
|
||||||
|
|
||||||
### Usage ###
|
### Usage ###
|
||||||
|
|
Loading…
Reference in New Issue
Block a user