diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-10-12 13:43:06 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-10-13 09:54:36 -0700 |
commit | 59799947c7254b39a9940fead15aed11f87d94c6 (patch) | |
tree | 508608d66b13f554553804e7f846d977aceca4aa /CHANGELOG.md | |
parent | 67f0108389cdd51f3c59ae7638ea2ecd1c4fa899 (diff) | |
download | qtlocation-mapboxgl-59799947c7254b39a9940fead15aed11f87d94c6.tar.gz |
Break lines on commonly unspaced punctuation
Particularly hyphens and soft hyphens.
Fixes #2595.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6548db93..dbc795ada0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - A new `MGLAnnotationImage.enabled` property allows you to disable touch events on individual annotations. ([#2501](https://github.com/mapbox/mapbox-gl-native/pull/2501)) - Fixed a rendering issue that caused one-way arrows along tile boundaries to point due east instead of in the direction of travel. ([#2530](https://github.com/mapbox/mapbox-gl-native/pull/2530)) - Fixed a rendering issue with styles that use the `background-pattern` property. ([#2531](https://github.com/mapbox/mapbox-gl-native/pull/2531)) +- Labels can now line wrap on hyphens and other punctuation. ([#2598](https://github.com/mapbox/mapbox-gl-native/pull/2598)) - A new delegate callback was added for observing taps to annotation callout views. ([#2596](https://github.com/mapbox/mapbox-gl-native/pull/2596)) ## iOS 2.1.2 |