summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-12 01:21:22 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-12 01:21:22 +0100
commit62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6 (patch)
treefcf377f8e1d2953085d43002f9b7fe3bcb94932b /EssentialsGroupManager/src/Changelog.txt
parent25759064ff4c518193185fe3e993634408230eb7 (diff)
downloadEssentials-62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6.tar
Essentials-62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6.tar.gz
Essentials-62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6.tar.lz
Essentials-62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6.tar.xz
Essentials-62a297ec6d2dc417c2e8d97d5e3e9abbf15c6ed6.zip
Fix silly nested throw/catch statements. Errors are now correctly
generated when reading yml's.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index b957f4515..0bf6c47bf 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -174,4 +174,5 @@ v 2.0:
- GroupManager will now generate it's own log (in the GM folder) to keep things tidy, but also to account of those players unable to find/access their server.log.
- Startup errors will now lock out ALL commands other than '/manload'
- 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. \ No newline at end of file
+ - 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. \ No newline at end of file