summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2011-11-19 20:46:34 +0000
committerElgarL <ElgarL@palmergames.com>2011-11-19 20:46:34 +0000
commited272e3feeb904bc79840d0207a40f57ad55c743 (patch)
tree2fa1c023d626de48d3f1329aa3506d0ac9b86eb2 /EssentialsGroupManager/src/Changelog.txt
parent50f07f4ad7e0ebca77a38b3ea4630443388cc2fa (diff)
downloadEssentials-ed272e3feeb904bc79840d0207a40f57ad55c743.tar
Essentials-ed272e3feeb904bc79840d0207a40f57ad55c743.tar.gz
Essentials-ed272e3feeb904bc79840d0207a40f57ad55c743.tar.lz
Essentials-ed272e3feeb904bc79840d0207a40f57ad55c743.tar.xz
Essentials-ed272e3feeb904bc79840d0207a40f57ad55c743.zip
Prevent Group.equals tests throwing a NullPointerException for
GlobalGroups.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index e9e21d407..d3d606079 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -72,4 +72,6 @@ v 1.5:
- Fix for an error in checkFullUserPermission caused by players disconnecting mid perms update.
- Notification of being moved to the default group only happens if it's a demotion/promotion (not on join).
- Fixed GM holding files open and causing the time stamp to be incorrect. This caused GM to require a '/mansave force' when it shouldn't be needed.
- - Fixed a crash on reload due to bukkit not unloading plugins before reloading. \ No newline at end of file
+ - Fixed a crash on reload due to bukkit not unloading plugins before reloading.
+v 1.6:
+ - Prevent Group.equals tests throwing a NullPointerException for GlobalGroups. \ No newline at end of file