diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-08-03 10:36:26 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-08-03 10:36:26 +0100 |
commit | 7b482b612e42a24bd2602a2c1a3dba15c146bc83 (patch) | |
tree | 6f12b032a516a2c3ddbb7b69db14dbd22b68233a /EssentialsGroupManager/src/Changelog.txt | |
parent | 6064b9760b9649d370fc41f407b80ddad331efba (diff) | |
download | Essentials-7b482b612e42a24bd2602a2c1a3dba15c146bc83.tar Essentials-7b482b612e42a24bd2602a2c1a3dba15c146bc83.tar.gz Essentials-7b482b612e42a24bd2602a2c1a3dba15c146bc83.tar.lz Essentials-7b482b612e42a24bd2602a2c1a3dba15c146bc83.tar.xz Essentials-7b482b612e42a24bd2602a2c1a3dba15c146bc83.zip |
Stop using the YamlConfiguration in bukkit for our config handling. We
can now support periods in world names.
Diffstat (limited to 'EssentialsGroupManager/src/Changelog.txt')
-rw-r--r-- | EssentialsGroupManager/src/Changelog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsGroupManager/src/Changelog.txt b/EssentialsGroupManager/src/Changelog.txt index bf14359a2..027df85f8 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -190,4 +190,5 @@ v 2.0: - 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.
\ No newline at end of file + - 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 |