From 0bdc5a255841785e5aca3b68559c1532d7853f72 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 19 Aug 2019 11:48:06 +0300 Subject: [ios,android] Added changelog entry for use after std::move fix --- platform/android/CHANGELOG.md | 1 + platform/ios/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 49a4ebe536..b7f7fa2bd8 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master ### Bug fixes + - Fixed use of objects after moving, potentially causing crashes. [#15408](https://github.com/mapbox/mapbox-gl-native/pull/1540) - Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function [#15398](https://github.com/mapbox/mapbox-gl-native/pull/15398). ## 8.3.0-alpha.3 - August 15, 2019 diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index aaa56e96f0..69b45e314a 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -14,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ### Other changes +* Fixed use of objects after moving, potentially causing crashes. [#15408](https://github.com/mapbox/mapbox-gl-native/pull/1540) * Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function. ([#15398](https://github.com/mapbox/mapbox-gl-native/pull/15398)) * Fixed a rare crash when tile download requests returned “404 Not Found” errors. ([#15313](https://github.com/mapbox/mapbox-gl-native/pull/15313)) * `MGLLoggingLevel` has been updated to better match core log levels. You can now use `MGLLoggingConfiguration.loggingLevel` to filter logs from core. ([#15120](https://github.com/mapbox/mapbox-gl-native/pull/15120)) -- cgit v1.2.1