From 5a85800d1a0d751151a03c5ac1b18fc5af604778 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 11 Aug 2012 23:54:42 +0100 Subject: [PATCH] Improve 0.8.0 change log message --- CHANGELOG.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index f452572..9a03cb0 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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)