Browse Source

Updated change log.

Taylor Otwell 12 years ago
parent
commit
2fe7cfd910
1 changed files with 5 additions and 1 deletions
  1. 5 1
      changes.txt

+ 5 - 1
changes.txt

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