Skip to content

Commit 431e081

Browse files
committed
Updated changelog with removed isDefined functions
1 parent 3dd683d commit 431e081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ CHANGELOG
55

66
* Added: Interface for `Geocoder\Model\AddressCollection` called `Geocoder\Collection`. Public APIs are updated to type hint for `Geocoder\GeocoderResult`.
77
* Added: Interface for `Geocoder\Model\Address` called `Geocoder\Location`. Public APIs are updated to type hint for `Geocoder\Location`.
8-
* Added: `Country::isDefined`
9-
* Added: `Cordinates::isDefined`
108
* Changed: `Location::getCoordinates` will return null or a `Coordinates` object with coordinates data. It will never return `Coordinates` without data.
119
* Changed: `Location::getBounds` will return null or a `Bounds` object with coordinates data. It will never return `Bounds` without data.
1210
* Removed: `AdminLevel::toString` in favor for `AdminLevel::__toString`.
1311
* Removed: `Country::toString` in favor for `Country::__toString`.
1412
* Removed: `Address::getCountryCode` in favor for `Address::getCountry()->getCode()`.
1513
* Removed: `Address::getLongitude` in favor for `Address::getCoordinates()->getLongitude()`.
1614
* Removed: `Address::getLatitude` in favor for `Address::getCoordinates()->getLatitude()`.
15+
* Removed: `Bounds::isDefined` as it is always defined.
16+
1717

1818

1919
### 3.3.0 (2015-12-06)

0 commit comments

Comments
 (0)