From e766d00e7b6cb0562e710af8987a162a9eca136d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 22 May 2015 11:58:48 +0200 Subject: [PATCH] Add upgrade note of ol.DrawEvent and ol.DrawEventType --- changelog/upgrade-notes.md | 1 + 1 file changed, 1 insertion(+) 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