From 92d218572f91504a8f195ab172f70ea1ab97733f Mon Sep 17 00:00:00 2001 From: Emux Date: Sun, 14 Jan 2018 15:56:47 +0200 Subject: [PATCH] Update changelog --- docs/Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 0a8e375e..b8bcd67d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,8 +5,9 @@ - S3DB layer [#475](https://github.com/mapsforge/vtm/pull/475) - vtm-mvt module with MVT tile decoder [#481](https://github.com/mapsforge/vtm/pull/481) - OpenMapTiles MVT vector tiles [#482](https://github.com/mapsforge/vtm/issues/482) -- Fix libGDX flickering [#148](https://github.com/mapsforge/vtm/issues/148) [#149](https://github.com/mapsforge/vtm/issues/149) +- Improved theme styles [#479](https://github.com/mapsforge/vtm/pull/479) - Render theme fallback internal resources [#477](https://github.com/mapsforge/vtm/issues/477) +- Fix libGDX flickering [#148](https://github.com/mapsforge/vtm/issues/148) [#149](https://github.com/mapsforge/vtm/issues/149) - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.10.0)