diff --git a/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md b/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md index 4e22e959e..7d7635316 100644 --- a/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md +++ b/docs/_posts/2025-05-18-leaflet-2.0.0-alpha.md @@ -20,6 +20,7 @@ This release marks a major modernization of the Leaflet codebase. We've dropped - `Point` and `LatLng` now include a `.validate()` method - Automatic OSM attribution if none is provided when using OSM tiles - Numerous small cleanups and internal improvements +- We replaced `layers.png` with `layers.svg` for the Control.Layers. Adjust your bundler configuration if necessary. ---