Skip to content

Commit

Permalink
Update CHANGELOG.md to note deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jun 25, 2022
1 parent 94cc2e7 commit 850a4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here are some highlights of changes in this version. See the full list of change
* Allow setting Map.dragging [#1001](https://github.com/jupyter-widgets/ipyleaflet/pull/1001)
* Add visible attribute to GeoJSON layer [#1002](https://github.com/jupyter-widgets/ipyleaflet/pull/1002)

### Breaking Changes
### Deprecated API

* Deprecate LegendControl properties `name`, `legends`, `positioning`, and `positionning` [#979](https://github.com/jupyter-widgets/ipyleaflet/pull/979) and [#1005](https://github.com/jupyter-widgets/ipyleaflet/pull/1005). Update your code with the following substitutions for a LegendControl `legend`:
* `legend.name` -> `legend.title`
Expand Down

0 comments on commit 850a4c3

Please sign in to comment.