summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-04-07 17:21:48 +0100
committerElgarL <ElgarL@palmergames.com>2012-04-07 17:21:48 +0100
commitf6daf12e366cfa7819ad113fa46ae3033e927946 (patch)
treecee68d27ed76d0485ae396e98078ecad2d214548 /EssentialsGroupManager/src/Changelog.txt
parent321543089b9558d7c37d045176b115abeefcc502 (diff)
downloadEssentials-f6daf12e366cfa7819ad113fa46ae3033e927946.tar
Essentials-f6daf12e366cfa7819ad113fa46ae3033e927946.tar.gz
Essentials-f6daf12e366cfa7819ad113fa46ae3033e927946.tar.lz
Essentials-f6daf12e366cfa7819ad113fa46ae3033e927946.tar.xz
Essentials-f6daf12e366cfa7819ad113fa46ae3033e927946.zip
Fix a concurrent modification error when removing all attachments.
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 42b7b989c..f699c3f6f 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -166,4 +166,5 @@ v 2.0:
- Fix an error I caused trying to modify an unmodifiable list when parsing '*' permissions.
- Don't throw errors when attempting to remove permission attachments (bukkit will have already removed it).
- Remove all permission attachments when performing a manload or restart.
- - Expand 'manwhois' to also list a users subgroups. \ No newline at end of file
+ - Expand 'manwhois' to also list a users subgroups.
+ - Fix a concurrent modification error when removing all attachments. \ No newline at end of file