diff --git a/changes.md b/changes.md index f15838f9..3de29ddb 100644 --- a/changes.md +++ b/changes.md @@ -13,6 +13,8 @@ ## Contents ## Laravel 3.2 - Fixed replacement of optional parameters in URL::transpose method. +- Added "to_array" method to the base Eloquent model. +- Added "$hidden" static variable to the base Eloquent model. ## Upgrading From 3.1