diff --git a/CHANGELOG.md b/CHANGELOG.md index a86b6fd4..7dfdcdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ Leaflet Changelog * Added `setLatLng` and `setRadius` methods to `Circle` and `CircleMarker`. * Improved `LatLngBounds contains` method to accept `LatLng` in addition to `LatLngBounds`, the same for `Bounds contains` and `Point` * Improved `LatLngBounds` & `Bounds` to allow their instantiation without arguments (by [@snc](https://github.com/snc)). - * Added TMS tile numbering support through `TileLayer` `scheme: 'tms'` option (by [@tmcw](https://github.com/tmcw)). + * Added TMS tile numbering support through `TileLayer` `scheme: 'tms'` option (by [@tmcw](https://github.com/tmcw)). + * Added `TileLayer noWrap` option to disable wrapping `x` tile coordinate (by [@jasondavies](https://github.com/jasondavies). * Added `opacity` option and `setOpacity` method to `TileLayer`. * Added `setLatLng` and `setIcon` methods to `Marker`. * Added `title` option to `Marker`.