summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-01-25 01:20:44 +0000
committerElgarL <ElgarL@palmergames.com>2012-01-25 01:20:44 +0000
commite1660d47ba416d107c573d819942191a9c80bd30 (patch)
treeb8074651211c98d1dc07538b30fc638da581784e /EssentialsGroupManager/src/Changelog.txt
parentf40f5f880b5e3c0cc4c80662ae572827d8e77f91 (diff)
downloadEssentials-e1660d47ba416d107c573d819942191a9c80bd30.tar
Essentials-e1660d47ba416d107c573d819942191a9c80bd30.tar.gz
Essentials-e1660d47ba416d107c573d819942191a9c80bd30.tar.lz
Essentials-e1660d47ba416d107c573d819942191a9c80bd30.tar.xz
Essentials-e1660d47ba416d107c573d819942191a9c80bd30.zip
Fix trying to modify an unmodifiable collection breaking superperms.
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 70f778247..5307c43dc 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -117,4 +117,5 @@ v 1.9:
- Changed addSubGroup() to only add the group if it doesn't already exist (no need to update an already existing group).
- addSubGroup now returns a boolean for success/failure.
- '/manuaddsub' now correctly reports if it was able to add the sub group.
- - Allow negation to the * permission node when populating superperms. \ No newline at end of file
+ - Allow negation to the * permission node when populating superperms.
+ - Fix trying to modify an unmodifiable collection breaking superperms. \ No newline at end of file