From f595deea1e8ae882de36e2d2aef567c36144a1e1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 3 Jun 2012 19:53:44 -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 26d99825..d80e00dc 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -38,6 +38,7 @@ - Fix bug causing parameters to not be passed to `IoC::resolve`. - Allow the specification of hostnames in environment setup. - Added `DB::last_query` method. +- Added `password` option to Auth configuration. ## Upgrading From 3.2.1