put additions on top.
This commit is contained in:
parent
c31df7379b
commit
fdb7b3a7f3
|
@ -18,11 +18,11 @@ ## Contents
|
||||||
<a name="3.2"></a>
|
<a name="3.2"></a>
|
||||||
## Laravel 3.2
|
## Laravel 3.2
|
||||||
|
|
||||||
- Fixed the passing of strings into the Input::except method.
|
|
||||||
- Fixed replacement of optional parameters in URL::transpose method.
|
|
||||||
- [Added `to_array` method to the base Eloquent model](/docs/database/eloquent#to-array).
|
- [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 `$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 `sync` method to has\_many\_and\_belongs\_to Eloquent relationship](/docs/database/eloquent#sync-method).
|
||||||
|
- 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.
|
- Improved View performance by only loading contents from file once.
|
||||||
- Fix handling of URLs beginning with has in URL::to.
|
- Fix handling of URLs beginning with has in URL::to.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue