You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ CHANGELOG
5
5
6
6
* Added: Interface for `Geocoder\Model\AddressCollection` called `Geocoder\Collection`. Public APIs are updated to type hint for `Geocoder\GeocoderResult`.
7
7
* 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`
10
8
* Changed: `Location::getCoordinates` will return null or a `Coordinates` object with coordinates data. It will never return `Coordinates` without data.
11
9
* Changed: `Location::getBounds` will return null or a `Bounds` object with coordinates data. It will never return `Bounds` without data.
12
10
* Removed: `AdminLevel::toString` in favor for `AdminLevel::__toString`.
13
11
* Removed: `Country::toString` in favor for `Country::__toString`.
14
12
* Removed: `Address::getCountryCode` in favor for `Address::getCountry()->getCode()`.
15
13
* Removed: `Address::getLongitude` in favor for `Address::getCoordinates()->getLongitude()`.
16
14
* Removed: `Address::getLatitude` in favor for `Address::getCoordinates()->getLatitude()`.
15
+
* Removed: `Bounds::isDefined` as it is always defined.
0 commit comments