improved view file loading performance.

This commit is contained in:
Taylor Otwell
2012-04-01 21:11:45 -05:00
parent 363b7c54df
commit cfce823095
2 changed files with 33 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
- Added "to_array" method to the base Eloquent model.
- Added "$hidden" static variable to the base Eloquent model.
- Added "sync" method to has_many_and_belongs_to Eloquent relationship.
- Improved View performance by only loading contents from file once.
<a name="upgrade-3.2"></a>
## Upgrading From 3.1