From 4999c792f172bc92a25cb8872e791165e1803df3 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 19 Nov 2015 11:28:02 -0700 Subject: [PATCH] Changelog for v3.11.2 --- changelog/v3.11.2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/v3.11.2.md 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))