diff options
author | ElgarL <ElgarL@Palmergames.com> | 2014-06-20 10:56:52 +0100 |
---|---|---|
committer | ElgarL <ElgarL@Palmergames.com> | 2014-06-20 10:56:52 +0100 |
commit | 9a55d32b7569d520e3b0365df8a08405be1ac6d8 (patch) | |
tree | 64b4abfa4e0a21883b216bd7a3922ba50e998b03 /EssentialsGroupManager/src/Changelog.txt | |
parent | d86d72eeb75593c3125f876a8cfcf199eba12352 (diff) | |
download | Essentials-9a55d32b7569d520e3b0365df8a08405be1ac6d8.tar Essentials-9a55d32b7569d520e3b0365df8a08405be1ac6d8.tar.gz Essentials-9a55d32b7569d520e3b0365df8a08405be1ac6d8.tar.lz Essentials-9a55d32b7569d520e3b0365df8a08405be1ac6d8.tar.xz Essentials-9a55d32b7569d520e3b0365df8a08405be1ac6d8.zip |
Convert all User lookups and commands to use UUIDs where possible.
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 f2b4b5d6f..6d0777411 100644 --- a/EssentialsGroupManager/src/Changelog.txt +++ b/EssentialsGroupManager/src/Changelog.txt @@ -233,4 +233,5 @@ v2.1: - Prevent players who have never logged in before from taking over existing accounts.
- Added metrics.
- Prevent GM's own permission tests from allowing inherited permissions to override inherited negations (caused when we added the exception override for sub groups).
- - Add internal name to UUID resolution to speed data lookups.
\ No newline at end of file + - Add internal name to UUID resolution to speed data lookups.
+ - Convert all User lookups and commands to use UUIDs where possible.
\ No newline at end of file |