Browse Source

Updated change log.

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

+ 1 - 0
laravel/documentation/changes.md

@@ -70,6 +70,7 @@
 - Added Input::json() method for working with applications using Backbone.js or similar.
 - Added Input::json() method for working with applications using Backbone.js or similar.
 - Added Response::json method for creating JSON responses.
 - Added Response::json method for creating JSON responses.
 - Added Response::eloquent method for creating Eloquent responses.
 - Added Response::eloquent method for creating Eloquent responses.
+- Fixed bug when using many-to-many relationships on non-default database connection.
 
 
 <a name="upgrade-3.2"></a>
 <a name="upgrade-3.2"></a>
 ## Upgrading From 3.1
 ## Upgrading From 3.1