Skip to content

Commit 5211e23

Browse files
committed
tweak changelog a bit
1 parent 47e137d commit 5211e23

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,28 @@ CHANGELOG
33

44
### 3.0.0 (????-??-??)
55

6-
76
* Added: `using()` method now throws an exception if provider not found
8-
* Added: new Result classes (Address, Bounds, Region, Country, County, Coordinates)
7+
* Added: new Result classes (`Address`, `Bounds`, `Region`, `Country`, `County`, `Coordinates`)
98
* Added: new named exceptions
109
* Added: better exception messages
1110
* Added: new HTTP layer thanks to `egeloen/http-adapter` library
1211
* Added: `TimedGeocoder` implementation (works with StopWatch Symfony component)
1312
* Added: `AbstractHttpProvider` (extending `AbstractProvider`)
14-
1513
* Fixed: phpdoc, wording
1614
* Fixed: providers are now highly configurable, even at runtime
17-
1815
* Moved: IGN OpenLS provider to geocoder-extra (#339)
1916
* Moved: OIORest provider to geocoder-extra (#336)
2017
* Moved: GeoCoder.us provider to geocoder-extra (#338)
2118
* Moved: GeoCoder.ca provider to geocoder-extra (#337)
2219
* Moved: DataScienceToolkit provider to geocoder-extra (#340)
2320
* Moved: Baidu provider to geocoder-extra (#341)
2421
* Moved: IpGeoBase provider to geocoder-extra (#342)
25-
2622
* Renamed: properties such as:
2723
- city => locality
2824
- cityDistrict => subLocality
2925
- zipcode => postalCode
30-
3126
* Refactored: dumpers (remove Interface suffix, define a new method signature)
3227
* Refactored: class names!
33-
3428
* Removed: `Provider`, `Dumper`, `Interface`, and `Exception` suffixes
3529
* Removed: `autoload.php` file
3630
* Removed: `OpenStreetMapsProvider` class (#335)

0 commit comments

Comments
 (0)