From 9984a8bec7bb0730d52678bd442f5bc5afd4b51b Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Fri, 27 Mar 2015 13:42:12 +0100 Subject: [PATCH] Add v3.4.0 empty section to upgrade notes --- changelog/upgrade-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 8102d1c367..e1c65292b1 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -1,5 +1,7 @@ ## Upgrade notes +### v3.4.0 + ### v3.3.0 * The `ol.events.condition.mouseMove` function was replaced by `ol.events.condition.pointerMove` (see [#3281](https://github.com/openlayers/ol3/pull/3281)). For example, if you use `ol.events.condition.mouseMove` as the condition in a `Select` interaction then you now need to use `ol.events.condition.pointerMove`: