From b98a28857dc3091d58166175ec29c524d4190e9a Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 29 Aug 2016 13:17:32 +0200 Subject: [PATCH] Changelog for v3.18.1 --- changelog/v3.18.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/v3.18.1.md diff --git a/changelog/v3.18.1.md b/changelog/v3.18.1.md new file mode 100644 index 0000000000..e3864e1002 --- /dev/null +++ b/changelog/v3.18.1.md @@ -0,0 +1,10 @@ +# v3.18.1 + +## Summary + +The v3.18.1 release is a patch release that addresses two regressions in the v3.18.0 release. See the [v3.18.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.18.0) for details on upgrading from v3.17.x. + +## Fixes + + * [#5798](https://github.com/openlayers/ol3/pull/5798) - Move to 90° along the circle, not 0° ([@ahocevar](https://github.com/ahocevar)) + * [#5790](https://github.com/openlayers/ol3/pull/5790) - Fix vector tile rotation on HiDPI devices ([@ahocevar](https://github.com/ahocevar))