Changelog for v3.3.0

This commit is contained in:
Andreas Hocevar
2015-03-03 22:24:31 +01:00
parent d33a45dfa2
commit c8b90adfef
2 changed files with 53 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
## Upgrade notes
### 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`:
```js