diff options
author | zmiao <miao.zhao@mapbox.com> | 2019-08-27 13:29:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 13:29:02 +0300 |
commit | 482dfc501c57c1f1dd78213caf8a861e1bdf7d79 (patch) | |
tree | 127037f3592dab0e3fde432978a7db55287b726a /platform/ios/CHANGELOG.md | |
parent | 766392f1f88c03b4d5b5a4b3ef59aab322fcb3c7 (diff) | |
download | qtlocation-mapboxgl-482dfc501c57c1f1dd78213caf8a861e1bdf7d79.tar.gz |
Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492)
* Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer
* Add bracket for ios changelog number
* Add more brackets
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 8edd8adc02..24e6330286 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed an issue that caused the tilt gesture to trigger too easily and conflict with pinch or pan gestures. ([#15349](https://github.com/mapbox/mapbox-gl-native/pull/15349)) * Fixed a bug with annotation view positions after camera transitions. ([#15122](https://github.com/mapbox/mapbox-gl-native/pull/15122/)) +* Fixed a rendering issue that non-SDF icon would be treated as SDF icon if they are in the same layer. ([#15456](https://github.com/mapbox/mapbox-gl-native/pull/15456)) ## 5.3.0 |