diff --git a/changelog/v3.11.2.md b/changelog/v3.11.2.md new file mode 100644 index 0000000000..8864a21f39 --- /dev/null +++ b/changelog/v3.11.2.md @@ -0,0 +1,11 @@ +# v3.11.2 + +## Summary + +The v3.11.2 release is a patch release that addresses a few regressions in the v3.11.1 release. See the [v3.11.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.11.0) for details on upgrading from v3.10. + +## Fixes + + * [#4450](https://github.com/openlayers/ol3/pull/4450) - Fix select interaction regression caused by #4391 ([@ahocevar](https://github.com/ahocevar)) + * [#4448](https://github.com/openlayers/ol3/pull/4448) - Check ol.source.UrlTile#urls property for null value ([@fredj](https://github.com/fredj)) + * [#4439](https://github.com/openlayers/ol3/pull/4439) - Allow '' for crossOrigin (as Anonymous alias) ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 46f046e7cc..7e1c3d8cba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "3.11.1", + "version": "3.11.2", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map",