summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-04-15 19:41:06 +0100
committerKHobbits <rob@khobbits.co.uk>2012-04-15 19:41:06 +0100
commit26a0cd0761777c93cb5282455bc8de4d2697cecd (patch)
tree18f7b41a0f2dfc84174b6e7fdbca41c49e3a5b02 /EssentialsGroupManager/src/Changelog.txt
parent75b7f7ac228e06c42cea3357bb649f8e8fc85f0b (diff)
parent1599a36642014d2b3284288676999a39b417a841 (diff)
downloadEssentials-26a0cd0761777c93cb5282455bc8de4d2697cecd.tar
Essentials-26a0cd0761777c93cb5282455bc8de4d2697cecd.tar.gz
Essentials-26a0cd0761777c93cb5282455bc8de4d2697cecd.tar.lz
Essentials-26a0cd0761777c93cb5282455bc8de4d2697cecd.tar.xz
Essentials-26a0cd0761777c93cb5282455bc8de4d2697cecd.zip
Merge remote branch 'remotes/origin/groupmanager'
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 648f5d1de..f900d5aa9 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -176,4 +176,7 @@ v 2.0:
- Fix 'manuadd' to use the default or selected world (via 'manselect'), if the world is not specified in the command.
- Expand GlobalGroups.yml and groups.yml to cover the VanishNoPacket plugin. Demonstrating how to negate and add nodes when using the '*' permission with inheritance.
- Fix silly nested throw/catch statements. Errors are now correctly generated when reading yml's.
- - Unregister the worldsHolder as a service on a reload/shutdown instead of the whole plugin. \ No newline at end of file
+ - Unregister the worldsHolder as a service on a reload/shutdown instead of the whole plugin.
+ - Update all code formatting to use tabs for indentation.
+ - Stop using our own deprecated methods as we tell others to do.
+ - Finally remove all deprecated methods. \ No newline at end of file