From edb4f233b0706d91e46744694240e3b79c9fb3cd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 3 Feb 2016 17:03:28 +0100 Subject: [PATCH] Changelog for v3.13.1 --- changelog/v3.13.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/v3.13.1.md diff --git a/changelog/v3.13.1.md b/changelog/v3.13.1.md new file mode 100644 index 0000000000..f292ba23c0 --- /dev/null +++ b/changelog/v3.13.1.md @@ -0,0 +1,10 @@ +# v3.13.1 + +## Summary + +The v3.13.1 release is a patch release that addresses a few regressions in the v3.13.0 release. See the [v3.13.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.13.0) for details on upgrading from v3.12. + +## Fixes + + * [#4736](https://github.com/openlayers/ol3/pull/4736) - Properly detect feature on unmanaged layer for toggle selection ([@ahocevar](https://github.com/ahocevar)) + * [#4777](https://github.com/openlayers/ol3/pull/4777) - Fix source.UrlTile URL expansion ([@gberaudo](https://github.com/gberaudo))