Improve 0.8.0 change log message

This commit is contained in:
Marcus Whybrow 2012-08-11 23:54:42 +01:00
parent 21b725856a
commit 5a85800d1a

View File

@ -15,7 +15,7 @@ Change Log
* Added the `msm update` command, which downloads and installs new versions of MSM.
* Added the `msm-version` server config setting. Add this to `server.properties` to allow MSM to interact correctly with your server (e.g. `msm-version=minecraft/1.3.1`.)
* Removed all confirmation settings, such as `DEFAULT_CONFIRM_SAVE_ON` and `msm-confirm-save-oll` etc, this functionality is handled by new "versioning" files.
* Removed all confirmation settings, such as `DEFAULT_CONFIRM_SAVE_ON` and `msm-confirm-save-all` etc, this functionality is handled by new [versioning files][versioning-files].
* Fixed issues [#43][#43], [#58][#58], [#59][#59], [#60][#60], [#61][#61], [#63][#63], [#67][#67] and [#68][#68]. By accomodating different Minecraft versions using versioning files.
[#43]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/43
@ -26,6 +26,7 @@ Change Log
[#63]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/63
[#67]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/67
[#68]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/68
[versioning-files]: https://github.com/marcuswhybrow/minecraft-server-manager/tree/master/versioning
### [0.7.5](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.4...0.7.5)