summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-08-14 13:26:02 +0100
committerElgarL <ElgarL@palmergames.com>2012-08-14 13:26:02 +0100
commit73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b (patch)
treee46d9ae2a3abad950e5728dde7d82a01b37032c1 /EssentialsGroupManager/src/Changelog.txt
parent6ee9c8f8ec46741db94c9191dd57b2919c2492f8 (diff)
downloadEssentials-73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b.tar
Essentials-73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b.tar.gz
Essentials-73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b.tar.lz
Essentials-73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b.tar.xz
Essentials-73ebd8a24acbf1e38bdc8fb3c90d1af3160fcc8b.zip
Fix an error with Logging set to 'OFF' triggering a cast exception.
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 63fa8b9d7..498537647 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -192,4 +192,5 @@ v 2.0:
- Change to our own Yaml parsing for globalgroups instead of using the YAMLConfiguration class in bukkit.
- Fix a cases sensitivity bug in world loading.
- Stop using the YamlConfiguration in bukkit for our config handling. We can now support periods in world names.
- - Fix GlobalGroups not loading permission nodes. \ No newline at end of file
+ - Fix GlobalGroups not loading permission nodes.
+ - Fix an error with Logging set to 'OFF' triggering a cast exception. \ No newline at end of file