diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index d5acbc293a..2c6b08768d 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -5,6 +5,7 @@ #### `ol.interaction.Draw` changes * The `minPointsPerRing` config option has been renamed to `minPoints`. It is now also available for linestring drawing, not only for polygons. +* The `ol.DrawEvent` and `ol.DrawEventType` types were renamed to `ol.interaction.DrawEvent` and `ol.interaction.DrawEventType`. This has an impact on your code only if your code is compiled together with ol3. #### `ol.tilegrid` changes