From 1b67691e08b99d136efab856d32bcfdffa758b4c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 29 Mar 2012 14:13:27 -0500 Subject: [PATCH] Updated change log. Signed-off-by: Taylor Otwell --- changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes.md b/changes.md index f15838f9..3de29ddb 100644 --- a/changes.md +++ b/changes.md @@ -13,6 +13,8 @@ ## Contents ## Laravel 3.2 - Fixed replacement of optional parameters in URL::transpose method. +- Added "to_array" method to the base Eloquent model. +- Added "$hidden" static variable to the base Eloquent model. ## Upgrading From 3.1