From 1c6a56f7811614851a7a922d706f57edb14d49e4 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 12 Nov 2015 16:17:06 -0700 Subject: [PATCH] Changelog for v3.11.1 --- changelog/v3.11.1.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/v3.11.1.md diff --git a/changelog/v3.11.1.md b/changelog/v3.11.1.md new file mode 100644 index 0000000000..1b56ab9cc9 --- /dev/null +++ b/changelog/v3.11.1.md @@ -0,0 +1,11 @@ +# v3.11.1 + +## Summary + +The v3.11.1 release is a patch release that addresses a few regressions in the v3.11.0 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 + + * [#4413](https://github.com/openlayers/ol3/pull/4413) - Revert "Merge pull request #4339 from bartvde/issue-4337" ([@bartvde](https://github.com/bartvde)) + * [#4412](https://github.com/openlayers/ol3/pull/4412) - Revert "Merge pull request #4344 from bartvde/issue-2844" ([@ahocevar](https://github.com/ahocevar)) + * [#4408](https://github.com/openlayers/ol3/pull/4408) - Use ratio when calculating ImageWMS width and height ([@ahocevar](https://github.com/ahocevar))