diff options
author | Jason Wray <jason@mapbox.com> | 2019-08-08 18:13:17 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2019-08-08 18:13:17 -0700 |
commit | bbaf1ee1add536caff25d5349a152e9a084e34d7 (patch) | |
tree | f4ab0950266e86f367e7f155952012eef9806c62 | |
parent | a3a661e84649b78575237a2ab935a2d2584970c4 (diff) | |
download | qtlocation-mapboxgl-bbaf1ee1add536caff25d5349a152e9a084e34d7.tar.gz |
[ios] Minor style edits to changelog
-rw-r--r-- | platform/ios/CHANGELOG.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 13f31435a8..0ef846c075 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -2,23 +2,18 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started. -## master - -### Styles and rendering - -* Fixed an issue where animated camera transitions zoomed in or out too dramatically. ([#15281](https://github.com/mapbox/mapbox-gl-native/pull/15281)) - ## 5.3.0 ### Styles and rendering * Fixed flickering on style change for the same tile set. ([#15127](https://github.com/mapbox/mapbox-gl-native/pull/15127)) * Fixed performance issues when tilting a map with custom content insets. ([#15195](https://github.com/mapbox/mapbox-gl-native/pull/15195)) +* Fixed an issue where animated camera transitions zoomed in or out too dramatically. ([#15281](https://github.com/mapbox/mapbox-gl-native/pull/15281)) ### Other changes -* Fixed a rare crash when tile download requests returned “404 Not Found” errors. [#15313](https://github.com/mapbox/mapbox-gl-native/pull/15313) -* `MGLLoggingLevel` has been updated to better match core log levels. You can now use `MGLLoggingConfiguration.loggingLevel` to filter logs from core. [#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120) +* Fixed a rare crash when tile download requests returned “404 Not Found” errors. ([#15313](https://github.com/mapbox/mapbox-gl-native/pull/15313)) +* `MGLLoggingLevel` has been updated to better match core log levels. You can now use `MGLLoggingConfiguration.loggingLevel` to filter logs from core. ([#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120)) ## 4.11.2 - July 30, 2019 |