added changelog note for crypter class.
This commit is contained in:
parent
4c4ffa1d40
commit
ad4e200d66
|
|
@ -5,3 +5,4 @@ ## Version 1.6.0
|
||||||
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
|
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
|
||||||
- Unspecified optional parameters will be removed from URLs generated using route names.
|
- 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.
|
- 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.
|
||||||
Loading…
Reference in New Issue