diff options
author | ElgarL <ElgarL@palmergames.com> | 2012-04-13 15:16:08 +0100 |
---|---|---|
committer | ElgarL <ElgarL@palmergames.com> | 2012-04-13 15:16:08 +0100 |
commit | 1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2 (patch) | |
tree | 32823a6370dc038958ae17566b9b45a272e1f418 /EssentialsGroupManager/src/Changelog.txt | |
parent | 2f74510cce37c80341a844763675ec4e2a0d6516 (diff) | |
download | Essentials-1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2.tar Essentials-1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2.tar.gz Essentials-1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2.tar.lz Essentials-1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2.tar.xz Essentials-1e30f23ca6bf6bc2fb848088d50092f1ca1b70c2.zip |
Finally remove all deprecated methods.
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 790821fa1..f900d5aa9 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -178,4 +178,5 @@ v 2.0: - Fix silly nested throw/catch statements. Errors are now correctly generated when reading yml's.
- Unregister the worldsHolder as a service on a reload/shutdown instead of the whole plugin.
- Update all code formatting to use tabs for indentation.
- - Stop using our own deprecated methods as we tell others to do.
\ No newline at end of file + - Stop using our own deprecated methods as we tell others to do.
+ - Finally remove all deprecated methods.
\ No newline at end of file |