2011-08-13 22:24:43 -05:00
|
|
|
# Laravel Change Log
|
|
|
|
|
|
2011-08-15 10:46:03 -05:00
|
|
|
## Version 1.6.0
|
2011-08-13 22:24:43 -05:00
|
|
|
|
2011-08-15 10:46:03 -05:00
|
|
|
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
|
2011-08-15 20:11:21 -05:00
|
|
|
- Unspecified optional parameters will be removed from URLs generated using route names.
|
2011-08-15 20:12:41 -05:00
|
|
|
- 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.
|