From 56c6202d2850c9c014a3c5f857b8d78bfddba637 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 30 May 2012 13:46:41 -0500 Subject: [PATCH] update 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 585fe5ef..92b5cfb7 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -34,6 +34,7 @@ - Fixed bug in SQL Server grammar for primary keys. - Fixed bug in Validator on PHP 5.4. - If HTTP / HTTPS is not specified for generated links, current protocol is used. +- Fix bug in Eloquent auth driver. - Added `format` method to message container.