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
commite8dd96354592de9cd8b43d6eeca332417e1708f9 (patch)
tree343a7679e87885aec44097ea34e6368ed9a8299c /EssentialsGroupManager/src/Changelog.txt
parent1c0a5c49a5c1ecd0708823034b0c8726c965cb16 (diff)
downloadEssentials-e8dd96354592de9cd8b43d6eeca332417e1708f9.tar
Essentials-e8dd96354592de9cd8b43d6eeca332417e1708f9.tar.gz
Essentials-e8dd96354592de9cd8b43d6eeca332417e1708f9.tar.lz
Essentials-e8dd96354592de9cd8b43d6eeca332417e1708f9.tar.xz
Essentials-e8dd96354592de9cd8b43d6eeca332417e1708f9.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