Prepare for 2.1.0

This commit is contained in:
Gregory Oschwald 2014-10-29 08:48:07 -07:00
parent f1fe6587b4
commit 1546532b39

View File

@ -1,7 +1,7 @@
CHANGELOG CHANGELOG
========= =========
2.1.0 (2014-09-XX) 2.1.0 (2014-10-29)
------------------ ------------------
* Update ApiGen dependency to version that isn't broken on case sensitive * Update ApiGen dependency to version that isn't broken on case sensitive
@ -10,7 +10,7 @@ CHANGELOG
`GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns
a `GeoIP2\Model\AnonymousIp` object. a `GeoIP2\Model\AnonymousIp` object.
* Boolean attributes like those in the `GeoIP2\Record\Traits` class now return * Boolean attributes like those in the `GeoIP2\Record\Traits` class now return
`false` insteadof `null` when they were not true. `false` instead of `null` when they were not true.
2.0.0 (2014-09-22) 2.0.0 (2014-09-22)
------------------ ------------------