Browse Source

Updated change log.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell 13 years ago
parent
commit
b755903de6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      changes.txt

+ 2 - 1
changes.txt

@@ -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.