Browse Source

update change log.

Taylor Otwell 12 years ago
parent
commit
56c6202d28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel/documentation/changes.md

+ 1 - 0
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.
 
 <a name="upgrade-3.2.1"></a>