From 518212ce7d8d2f364c385354b37b5c4af7c6b793 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 4 Jul 2016 10:01:10 +0200 Subject: [PATCH] Changelog for v3.17.1 --- changelog/v3.17.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/v3.17.1.md diff --git a/changelog/v3.17.1.md b/changelog/v3.17.1.md new file mode 100644 index 0000000000..5a71863d65 --- /dev/null +++ b/changelog/v3.17.1.md @@ -0,0 +1,9 @@ +# v3.17.1 + +## Summary + +The v3.17.1 release is a patch release that addresses a regression in the v3.17.0 release. See the [v3.17.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.17.0) for details on upgrading from v3.16. + +## Fixes + + * [#5548](https://github.com/openlayers/ol3/pull/5548) - Fix CHANGETYPE in ol.control.FullScreen ([@GaborFarkas](https://github.com/GaborFarkas))