From 84e8892c2970c0ac8c6ee83a2982fe644f5186c5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 3 Jun 2012 17:45:08 -0500 Subject: [PATCH] updating 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 ff80b6f3..26d99825 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -37,6 +37,7 @@ ## Laravel 3.2.2 - Fix issue with eager loading and `first` or `find`. - Fix bug causing parameters to not be passed to `IoC::resolve`. - Allow the specification of hostnames in environment setup. +- Added `DB::last_query` method. ## Upgrading From 3.2.1