diff --git a/changelog/v4.6.4.md b/changelog/v4.6.4.md new file mode 100644 index 0000000000..93983f1f93 --- /dev/null +++ b/changelog/v4.6.4.md @@ -0,0 +1,7 @@ +# 4.6.4 + +The v4.6.4 release fixes a feature selection issue when `renderMode: 'image'` is set on an `ol.layer.Vector`. + +## Fixes + + * [#7559](https://github.com/openlayers/openlayers/pull/7559) - Handle skipping and unskipping features with renderMode: 'image' ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index bf4ee53e63..fa0882ac33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.6.3", + "version": "4.6.4", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 067a6491fa..b11c98e9ed 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.6.3", + "version": "4.6.4", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",