summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-08-19 11:48:06 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-08-19 13:37:23 +0300
commit0bdc5a255841785e5aca3b68559c1532d7853f72 (patch)
tree0a2616707e3252d07a05035544fb1d207b9db4c6
parent6dfe0e60cad9e7a1e8838374fa5d0fd48ab30782 (diff)
downloadqtlocation-mapboxgl-0bdc5a255841785e5aca3b68559c1532d7853f72.tar.gz
[ios,android] Added changelog entry for use after std::move fix
-rw-r--r--platform/android/CHANGELOG.md1
-rw-r--r--platform/ios/CHANGELOG.md1
2 files changed, 2 insertions, 0 deletions
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))