summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-11-08 22:30:56 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-11-08 22:30:56 -0800
commitc5a21ca8f282f4ded76663ea46d79c368e384205 (patch)
tree2c7cc6ede93565554f7764fdc46d352bbc432032
parentad235d3f6c12e784511893a8219f32a004fe158b (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-changelog-macos-v0.12.0-headings.tar.gz
[macos] Fixed syntax errors in changelogupstream/1ec5-changelog-macos-v0.12.0-headings
Some headers were incorrectly at level 1, resulting in a jazzy docset cover page that included blurbs from too many releases.
-rw-r--r--platform/macos/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 104b42fcca..cd413606b8 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -34,7 +34,7 @@
* Fixed an issue where snapshots had the wrong heading and pitch. ([#13123](https://github.com/mapbox/mapbox-gl-native/pull/13123))
* Fixed an issue where `MGLMapView` produced a designable error in Interface Builder storyboards in Xcode 10. ([#12883](https://github.com/mapbox/mapbox-gl-native/pull/12883))
-# 0.11.0 - September 13, 2018
+## 0.11.0 - September 13, 2018
### Styles and rendering
@@ -60,7 +60,7 @@
* Fixed inconsistencies in exception naming. ([#12583](https://github.com/mapbox/mapbox-gl-native/issues/12583))
* Fixed an issue where `-[MGLMapView convertCoordinateBounds:toRectToView:]` would return an empty CGRect if the bounds crossed the antimeridian. ([#12758](https://github.com/mapbox/mapbox-gl-native/pull/12758))
-# 0.10.0 - August 15, 2018
+## 0.10.0 - August 15, 2018
## Styles and rendering
@@ -74,7 +74,7 @@
* Fixed an issue causing country and ocean labels to disappear after calling `-[MGLStyle localizeLabelsIntoLocale:]` when the system language is set to Simplified Chinese. ([#12164](https://github.com/mapbox/mapbox-gl-native/issues/12164))
* Closed a security vulnerability introduced in 0.8.0 that would potentially allow the owner of a style to compromise apps loading that style. ([#12571](https://github.com/mapbox/mapbox-gl-native/pull/12571))
-# 0.9.0 - July 18, 2018
+## 0.9.0 - July 18, 2018
## Styles and rendering