From d94fa14d9d574582081da6887ecb138e7a1adb45 Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Mon, 3 Oct 2022 11:06:47 +0300 Subject: [PATCH] Update change log for v10.8.1 release. (#1714) * Update change log for v10.8.1 release. * Update change log for v10.8.1 release. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7428c864e..98d1dcc03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Mapbox welcomes participation and contributions from everyone. # main +# 10.8.1 September 30, 2022 + +## Bug fixes 🐞 +* Fix incorrect `MapView` dimensions after background orientation change. ([1658](https://github.com/mapbox/mapbox-maps-android/pull/1658)) +* Throw an exception with the meaningful stacktrace when constructing `Value` from an infinite or NaN number. ([1681](https://github.com/mapbox/mapbox-maps-android/pull/1681)) +* Make telemetry a single instance. Avoids module recreation when coming from background. ([1695](https://github.com/mapbox/mapbox-maps-android/pull/1695)) +* Fix a potential style load error when non-ASCII characters are used in the version name, by escaping non US ASCII characters in user-agent header. ([1709](https://github.com/mapbox/mapbox-maps-android/pull/1709)) + +## Dependencies +* Bump common to v23.0.1. ([1709](https://github.com/mapbox/mapbox-maps-android/pull/1709)) # 10.9.0-beta.2 September 28, 2022