From baedf8f3717c98e8c38976e019e40f02206cfaa0 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 9 Nov 2018 19:19:08 +0100 Subject: [PATCH] updated CHANGES.md --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 853675b..2e3d002 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,14 @@ ## LIBRARY +### ADDED +- $session + + ### RENAMED +- $config_vars => $config +- flash_errors => $flashErrors +- flash_infos => $flashInfos - create_user => createUser - update_user => updateUser - delete_user => deleteUser @@ -17,6 +24,8 @@ - clear_infos => clearInfos ### REMOVED +- $CI +- $aauth_db - get_login_attempts (replaced with LoginAttemptModel) - update_login_attempts (replaced with LoginAttemptModel) @@ -74,6 +83,9 @@ ## LANGUAGE +### ADDED +- invalidUserBanned + ### CHANGED - aauth_email_verification_subject => subjectVerification - aauth_email_reset_subject => subjectReset