Updated change log.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell 2012-03-16 08:38:08 -05:00
parent d6d667af90
commit 003f78cbbf
1 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ Changes for 3.1:
- Added "memory" cache and session drivers.
- Added controller::detect method.
- Added Cache::forever method.
- Controller layouts now resolved in Laravel\Controller __construct.
- Controller layouts now resolved in Laravel\Controller __construct.
- Rewrote Eloquent and included in core.