diff --git a/README.md b/README.md index a195925a..6aacc8da 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/Changelog.md b/docs/Changelog.md new file mode 100644 index 00000000..0bd511e2 --- /dev/null +++ b/docs/Changelog.md @@ -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)