Add Changelog, closes #94

This commit is contained in:
Emux
2016-07-24 18:58:13 +03:00
parent e39c099bdc
commit 70c5812b09
2 changed files with 16 additions and 1 deletions

15
docs/Changelog.md Normal file
View File

@@ -0,0 +1,15 @@
# Changelog
## New for 0.6.0
- Render themes: read SVG resources [#60](https://github.com/mapsforge/vtm/issues/60)
- Mapsforge: support multilingual maps [#34](https://github.com/mapsforge/vtm/issues/34)
- vtm-ios: update module [#29](https://github.com/mapsforge/vtm/issues/29)
- Native libraries: provide all platforms [#14](https://github.com/mapsforge/vtm/issues/14)
- Map scale bar: new Android implementation [#88](https://github.com/mapsforge/vtm/issues/88)
- Render themes: area tessellation option [#37](https://github.com/mapsforge/vtm/issues/37)
- vtm-jts: create module [#53](https://github.com/mapsforge/vtm/issues/53)
- Internal render themes: various enhancements
- Revive VTM library
- Many other minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.6.0)