From 60179e9ab9ed184bda4d307bbaab32acb312f701 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Thu, 17 Dec 2015 15:30:57 +0100 Subject: [PATCH] Changelog for v3.12.1 --- changelog/v3.12.1.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/v3.12.1.md diff --git a/changelog/v3.12.1.md b/changelog/v3.12.1.md new file mode 100644 index 0000000000..449f68d497 --- /dev/null +++ b/changelog/v3.12.1.md @@ -0,0 +1,11 @@ +# v3.12.1 + +## Summary + +The v3.12.1 release is a patch release that addresses a few regressions in the v3.12.0 release. See the [v3.12.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.12.0) for details on upgrading from v3.11. + +## Fixes + + * [#4578](https://github.com/openlayers/ol3/pull/4578) - Fix apidoc landing page markup ([@ahocevar](https://github.com/ahocevar)) + * [#4570](https://github.com/openlayers/ol3/pull/4570) - Rename defaultSort to numberSafeCompareFunction on ol.array ([@bartvde](https://github.com/bartvde)) + * [#4567](https://github.com/openlayers/ol3/pull/4567) - Always pass on a compare function to sort ([@bartvde](https://github.com/bartvde))