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 @@ - 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