Updated change log.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell 2012-03-15 12:57:12 -05:00
parent da67b1bc66
commit b755903de6
1 changed files with 2 additions and 1 deletions

View File

@ -18,4 +18,5 @@ Changes for 3.1:
- Added "Event::until" method.
- Added "memory" cache and session drivers.
- Added controller::detect method.
- Added Cache::forever method.
- Added Cache::forever method.
- Controller layouts now resolved in Laravel\Controller __construct.