From 79cb2811aead49c33e642f194ee39cd8bfb53d56 Mon Sep 17 00:00:00 2001 From: Petr Pokorny Date: Mon, 6 Sep 2021 19:44:52 +0200 Subject: [PATCH] macOS release notes --- platform/ios/platform/macos/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/platform/ios/platform/macos/CHANGELOG.md b/platform/ios/platform/macos/CHANGELOG.md index 0b158e5e353..912f15f9046 100644 --- a/platform/ios/platform/macos/CHANGELOG.md +++ b/platform/ios/platform/macos/CHANGELOG.md @@ -2,6 +2,20 @@ MapLibre welcomes participation and contributions from everyone. Please read [`Contributing Guide`](https://github.com/maplibre/maplibre-gl-native/blob/master/CONTRIBUTING.md) to get started. +## 0.19.1 - September 06, 2021 + +### Bug Fixes + +* Invalid tile url template for MapLibre style [#107](https://github.com/maplibre/maplibre-gl-native/pull/107) +* Adjust local glyphs [#122](https://github.com/maplibre/maplibre-gl-native/pull/122) +* Return correct Mapbox TileServerOptions [#132](https://github.com/maplibre/maplibre-gl-native/pull/132) + +### Other + +* Fix perf regression in cached tiles of tile pyramid [#129](https://github.com/maplibre/maplibre-gl-native/pull/129) +* Upgrade to newest protozero [#148](https://github.com/maplibre/maplibre-gl-native/pull/148) +* Fix build for Xcode 12.5 & 13-beta. [#153](https://github.com/maplibre/maplibre-gl-native/pull/153) + ## 0.19.0 - June 29, 2021 ### Features