From a8f5eee5055992cfe139a8e6fd4d05c4bd6449b3 Mon Sep 17 00:00:00 2001 From: Emux Date: Fri, 25 Oct 2019 11:16:37 +0300 Subject: [PATCH] Update changelog --- docs/Changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 9afd5ec5..408c65c5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,8 +2,10 @@ ## New since 0.12.0 -- Render themes: symbols on lines with billboard, rotate [#743](https://github.com/mapsforge/vtm/pull/743) -- Threaded system initialization (Android) +- Render themes: symbols on lines with billboard / rotation [#743](https://github.com/mapsforge/vtm/pull/743) +- Android: OpenGL ES 2.0 default for performance / stability [#749](https://github.com/mapsforge/vtm/pull/749) + - `MapView.OPENGL_VERSION` +- Android: threaded system initialization - `Parameters.THREADED_INIT` - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.13.0)