From 87d02863ad7dede2a151c59c4386acf389678d22 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 31 Mar 2020 10:09:02 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ef1a8b0e6..2bf11abc5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ - [core] Move logging off the main thread ([#16325](https://github.com/mapbox/mapbox-gl-native/pull/16325)) +- Add source property to limit parent's tile overscale factor ([#16347](https://github.com/mapbox/mapbox-gl-native/pull/16347)) + + The new property sets a limit for how much parent tile can be overscaled. + +### 🐞 Bug fixes + +- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349)) + + Fix a resource leak assertion in `gl::Context::~Context()` that is evaluating false in scenarios where graphics context has been marked as lost. + ## maps-v1.5.0 ### ✨ New features @@ -41,10 +51,6 @@ - [core] Fix issue that `within` expression returns incorrect results for geometries crossing the anti-meridian ([#16330](https://github.com/mapbox/mapbox-gl-native/pull/16330)) -- [core] Fix assert in gfx resources cleanup ([#16349](https://github.com/mapbox/mapbox-gl-native/pull/16349)) - - Fix a resource leak assertion in `gl::Context::~Context()` that is evaluating false in scenarios where graphics context has been marked as lost. - ## maps-v1.4.1 ### 🐞 Bug fixes