From 7c9228b40bb08272ae8ccb0fc880b8fc1b091ef5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 29 Mar 2012 16:23:15 -0500 Subject: [PATCH] update change log. --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 902abaac..8058e378 100644 --- a/changes.md +++ b/changes.md @@ -16,6 +16,7 @@ ## 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. +- Added "sync" method to has_many_and_belongs_to Eloquent relationship. ## Upgrading From 3.1