Updated change log.

This commit is contained in:
Taylor Otwell 2012-03-21 13:41:57 -05:00
parent 52091bda5f
commit 2fe7cfd910
1 changed files with 5 additions and 1 deletions

View File

@ -20,4 +20,8 @@ Changes for 3.1:
- Added controller::detect method.
- Added Cache::forever method.
- Controller layouts now resolved in Laravel\Controller __construct.
- Rewrote Eloquent and included in core.
- Rewrote Eloquent and included in core.
- Added "match" validation rule.
- Fixed table prefix bug.
- Added Form::macro method.
- Added Route::forward method.