summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-07-18 10:57:59 -0400
committerJason Wray <friedbunny@users.noreply.github.com>2018-07-18 11:35:22 -0400
commit5d7e3e24e565afffe2bc9db5029286b167f039ed (patch)
treea2f019fb04f218908e75d0ccb38705663b4bd2af
parent5b221372f0bc397bf3202144f53047b7e5f972aa (diff)
downloadqtlocation-mapboxgl-5d7e3e24e565afffe2bc9db5029286b167f039ed.tar.gz
[ios] Reorganize changelog for ios-v4.2.0
-rw-r--r--platform/ios/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index f424d05a8f..e487f4f521 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,7 +2,11 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 4.2.0
+## master
+
+* Fixed a crash that occurred when the user started a gesture before the drift animation for a previous gesture was complete. ([#12148](https://github.com/mapbox/mapbox-gl-native/pull/12148))
+
+## 4.2.0 - July 18, 2018
### Packaging
@@ -27,7 +31,6 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added `-[MGLMapSnapshot coordinateForPoint:]` that returns a map coordinate for a specified snapshot image point. ([#12221](https://github.com/mapbox/mapbox-gl-native/pull/12221))
* Reduced memory usage when collision debug mode is disabled. ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294))
* Fixed a bug with annotation view touch handling when a non-zero `centerOffset` is specified. ([#12234](https://github.com/mapbox/mapbox-gl-native/pull/12234))
-* Fixed a crash that occurred when the user started a gesture before the drift animation for a previous gesture was complete. ([#12148](https://github.com/mapbox/mapbox-gl-native/pull/12148), [#12160](https://github.com/mapbox/mapbox-gl-native/issues/12160))
## 4.0.3 - June 22, 2018