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

View File

@ -8,7 +8,7 @@ VTM was developed within the [OpenScienceMap](http://opensciencemap.org) project
**This fork is for continue VTM development. And make it compatible with latest [Mapsforge](https://github.com/mapsforge/mapsforge).**
See the [integration guide](docs/Integration.md). If you have any questions or problems, don't hesitate to ask our public [mailing list](https://groups.google.com/group/mapsforge-dev) for help. You can also report bugs and improvement requests via our [issue tracker](https://github.com/mapsforge/vtm/issues). And read through [how to contribute](.github/CONTRIBUTING.md) guidelines.
See the [integration guide](docs/Integration.md) and [changelog](docs/Changelog.md). If you have any questions or problems, don't hesitate to ask our public [mailing list](https://groups.google.com/group/mapsforge-dev) for help. You can also report bugs and improvement requests via our [issue tracker](https://github.com/mapsforge/vtm/issues). And read through [how to contribute](.github/CONTRIBUTING.md) guidelines.
## Features
- Java map library

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)