Add Changes for Anonymous IP support

This commit is contained in:
Dave Rolsky 2014-10-27 17:24:27 -05:00
parent 970d1dba45
commit 6859340968

View File

@ -7,6 +7,10 @@ CHANGELOG
* Update ApiGen dependency to version that isn't broken on case sensitive
file systems.
* Added support for the GeoIP2 Anonymous IP database. The
`GeoIP\Database\Reader` class now has an `anonymousIp` method which returns
a `GeoIP2\Model\AnonymousIp` object.
2.0.0 (2014-09-22)
------------------