summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/Changelog.txt
diff options
context:
space:
mode:
authorElgarL <ElgarL@palmergames.com>2012-02-14 13:01:39 +0000
committerElgarL <ElgarL@palmergames.com>2012-02-14 13:01:39 +0000
commit4a5c431163098bd64cfe227eeaf2bb12906c6840 (patch)
tree967465194d68ba17365cef4935c8996f08af48cc /EssentialsGroupManager/src/Changelog.txt
parentc0517c120369ac6a1de954c9d049bd0a88ff8ea6 (diff)
downloadEssentials-4a5c431163098bd64cfe227eeaf2bb12906c6840.tar
Essentials-4a5c431163098bd64cfe227eeaf2bb12906c6840.tar.gz
Essentials-4a5c431163098bd64cfe227eeaf2bb12906c6840.tar.lz
Essentials-4a5c431163098bd64cfe227eeaf2bb12906c6840.tar.xz
Essentials-4a5c431163098bd64cfe227eeaf2bb12906c6840.zip
Depreciate PlayerTeleportEvent as it's all handled in
PlayerChangedWorldEvent.
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 b79d56d07..fc64363d1 100644
--- a/EssentialsGroupManager/src/Changelog.txt
+++ b/EssentialsGroupManager/src/Changelog.txt
@@ -138,4 +138,5 @@ v 1.9:
- Prevent getAllPlayersPermissions() processing a group more than once. Improves performance when using complex inheritance structures.
- Fix world mirroring so it correctly creates data files and data sources for partially mirrored worlds.
- Fixed world mirroring so it returns the correct data for the requested world.
- - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data. \ No newline at end of file
+ - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
+ - Depreciate PlayerTeleportEvent as it's all handled in PlayerChangedWorldEvent. \ No newline at end of file