updated change log and documentation.

This commit is contained in:
Taylor Otwell
2012-04-03 11:11:03 -05:00
parent 6fdccd7496
commit 1f6e5f8741
2 changed files with 15 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
- [Added `to_array` method to the base Eloquent model](/docs/database/eloquent#to-array).
- [Added `$hidden` static variable to the base Eloquent model](/docs/database/eloquent#to-array).
- [Added `sync` method to has\_many\_and\_belongs\_to Eloquent relationship](/docs/database/eloquent#sync-method).
- [Added `save` method to has\_many Eloquent relationship](/docs/database/eloquent#has-many-save).
- Fixed the passing of strings into the Input::except method.
- Fixed replacement of optional parameters in URL::transpose method.
- Improved View performance by only loading contents from file once.