From 2362670855265f7e41d60cdab244648fe63c8228 Mon Sep 17 00:00:00 2001 From: William Durand Date: Thu, 18 Dec 2014 16:46:55 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50012749e..1b4e18a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,16 +15,13 @@ CHANGELOG * Added: cached reponse for GoogleMaps provider (tests) * Added: `ProviderAggregator` (replacing the former `Geocoder` class) * Added: ability to change providers locale at runtime - * Documentation: almost entirely rewritten * Documentation: a note on versioning has been added * Documentation: a Contributor Code of Conduct has been added for the entire Geocoder project - * Fixed: phpdoc, wording * Fixed: providers are now highly configurable, even at runtime * Fixed: `FreeGeoIp` property because of an API change - * Moved: IGN OpenLS provider to geocoder-extra (#339) * Moved: OIORest provider to geocoder-extra (#336) * Moved: GeoCoder.us provider to geocoder-extra (#338) @@ -32,17 +29,14 @@ CHANGELOG * Moved: DataScienceToolkit provider to geocoder-extra (#340) * Moved: Baidu provider to geocoder-extra (#341) * Moved: IpGeoBase provider to geocoder-extra (#342) - * Renamed: properties such as: - city => locality - cityDistrict => subLocality - zipcode => postalCode - * Refactored: dumpers (remove Interface suffix, define a new method signature) * Refactored: class names! * Refactored: all providers now implement the `Geocoder` interface * Refactored: exception messages are a bit more verbose - * Removed: `Provider`, `Dumper`, `Interface`, and `Exception` suffixes * Removed: `autoload.php` file * Removed: `OpenStreetMapsProvider` class (#335)