Skip to content

Commit 50ffc4b

Browse files
committed
chore: Remove features no present in the 2.23 release from changelog
The following features were removed from the changelog as they are not present in the 2.23 release: - `id` to `Marker`, `Polygon` and `Polyline` constructors - `Map::removeMarker(string|Marker $markerOrId)` - `Map::removePolygon(string|Polygon $polygonOrId)` - `Map::removePolyline(string|Polyline $polylineOrId)`
1 parent e653f48 commit 50ffc4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Map/CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
- Add `DistanceCalculatorInterface` interface and three implementations:
1313
`HaversineDistanceCalculator`, `SphericalCosineDistanceCalculator` and `VincentyDistanceCalculator`.
1414
- Add `CoordinateUtils` helper, to convert decimal coordinates (`43.2109`) in DMS (`56° 78' 90"`)
15-
- Add parameter `id` to `Marker`, `Polygon` and `Polyline` constructors
16-
- Add method `Map::removeMarker(string|Marker $markerOrId)`
17-
- Add method `Map::removePolygon(string|Polygon $polygonOrId)`
18-
- Add method `Map::removePolyline(string|Polyline $polylineOrId)`
1915

2016
## 2.22
2117

0 commit comments

Comments
 (0)