From 26faa6a5ade54c0a423aab84106876dc59be868f Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 14 Jan 2016 17:11:25 -0800 Subject: [core][ios][osx][android] fix icons with non-integer width/height ref #3031 ref #2198 For example, an icon that has: - a pixel width of 10 - a pixel ratio of 3 - a scaled with of 3.333 is now supported. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b07198c9..d684e7e8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Android master +* Fixed crash caused by annotation image with non-integer width or height ([#3031](https://github.com/mapbox/mapbox-gl-native/issues/3031)) + ## 3.0.0 * Added Camera API ([#3244](https://github.com/mapbox/mapbox-gl-native/issues/3244)) @@ -53,6 +55,7 @@ Known issues: - New API to provide a custom callout view to the map for annotations. ([#3456](https://github.com/mapbox/mapbox-gl-native/pull/3456)) - Made telemetry on/off setting available in-app. ([#3445](https://github.com/mapbox/mapbox-gl-native/pull/3445)) - Fixed an issue with users not being counted by Mapbox if they had disabled telemetry. ([#3495](https://github.com/mapbox/mapbox-gl-native/pull/3495)) +- Fixed crash caused by MGLAnnotationImage with non-integer width or height ([#2198](https://github.com/mapbox/mapbox-gl-native/issues/2198)) ## iOS 3.0.1 -- cgit v1.2.1