From 2fe7cfd91049d6fb59eda1ca7a27cc956f53a50c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 21 Mar 2012 13:41:57 -0500 Subject: [PATCH] Updated change log. --- changes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index cf990e5c..ba30f948 100644 --- a/changes.txt +++ b/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. \ No newline at end of file + - Rewrote Eloquent and included in core. + - Added "match" validation rule. + - Fixed table prefix bug. + - Added Form::macro method. + - Added Route::forward method. \ No newline at end of file