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
commit84f7859ca96ee475afe9544ce7ff9b69aee939e4 (patch)
tree9c81bbe7b68cfa603df7c191c84a08e9732c74cf /EssentialsGroupManager/src/Changelog.txt
parent72aeec58ed5f2bc2f4892ec6586e6791e3f19897 (diff)
downloadEssentials-84f7859ca96ee475afe9544ce7ff9b69aee939e4.tar
Essentials-84f7859ca96ee475afe9544ce7ff9b69aee939e4.tar.gz
Essentials-84f7859ca96ee475afe9544ce7ff9b69aee939e4.tar.lz
Essentials-84f7859ca96ee475afe9544ce7ff9b69aee939e4.tar.xz
Essentials-84f7859ca96ee475afe9544ce7ff9b69aee939e4.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