summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-08-06 09:17:19 +0100
committerKHobbits <rob@khobbits.co.uk>2012-08-06 09:17:19 +0100
commit9b39a227c96fe23c713e7ebcf95131d414c0d0d1 (patch)
treebad9e1872f61c326850a3dd84496e83f60f60c1e /EssentialsGroupManager/src/Changelog.txt
parent38655811b779ddb7cd15305808e76b16ecbb2959 (diff)
parenta7a06963ac34807ab9a6149a22a6f7ea717b54a2 (diff)
downloadEssentials-9b39a227c96fe23c713e7ebcf95131d414c0d0d1.tar
Essentials-9b39a227c96fe23c713e7ebcf95131d414c0d0d1.tar.gz
Essentials-9b39a227c96fe23c713e7ebcf95131d414c0d0d1.tar.lz
Essentials-9b39a227c96fe23c713e7ebcf95131d414c0d0d1.tar.xz
Essentials-9b39a227c96fe23c713e7ebcf95131d414c0d0d1.zip
Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r--EssentialsGroupManager/src/Changelog.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt
index 4a3c232be..027df85f8 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -183,4 +183,12 @@ v 2.0:
- Re-initialize the WorldsHolder on a reload, as un-registering and re-registering a new holder means all plugins have to check for the new service on every quiery.
- Prevent null perms getting past the GlobalGroups loader.
- Fix forgetting sub groups on a manload.
- - Allow 'manucheckp' to notify when superperms reports false but it is really negated. \ No newline at end of file
+ - Allow 'manucheckp' to notify when superperms reports false but it is really negated.
+ - Only output a Data update message if something has changed.
+ - Fix loading users with only numerals in their names to be seen as strings.
+ - Ignore any sub folders in the Worlds folder which start with a period (fix for storing data in svn respoitories).
+ - Throw a better error than 'null' when someone removes all groups from a yml.
+ - Stop force removing attachments and let Bukkit handle it's own mess.
+ - 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. \ No newline at end of file