diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 29eecd190b..ca7d18cc29 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -2,6 +2,10 @@ ### Next release +#### Renaming of the `defaultDataProjection` in the options and property of the `ol/format/Feature` class and its subclasses + +The `defaultDataProjection` option is now named `dataProjection`. The protected property available on the class is also renamed. + #### `transition` option of `ol/source/VectorTile` is ignored The `transition` option to get an opacity transition to fade in tiles has been disabled for `ol/source/VectorTile`. Vector tiles are now always rendered without an opacity transition.