diff --git a/changelog.md b/changelog.md index 22cc6408..cdc34b82 100644 --- a/changelog.md +++ b/changelog.md @@ -4,4 +4,5 @@ - Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately. - Unspecified optional parameters will be removed from URLs generated using route names. -- Fixed bug in Config::set that prevented it from digging deep into arrays. \ No newline at end of file +- Fixed bug in Config::set that prevented it from digging deep into arrays. +- Replace Crypt class with Crypter class. Ditched static methods for better architecture. \ No newline at end of file