From 63e6d143fba9a47da632857d73998c5e93f3d496 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Apr 2012 10:36:48 -0500 Subject: [PATCH] updated change log. --- laravel/documentation/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 78298186..7e6b8574 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -29,6 +29,7 @@ ## Laravel 3.2 - Improved View performance by only loading contents from file once. - Fix handling of URLs beginning with has in URL::to. - Fix the resolution of unset Eloquent attributes. +- Allows pivot table timestamps to be disabled. ## Upgrading From 3.1