Fix typo in change log.
This commit is contained in:
parent
aff9e194d9
commit
80448c3341
|
@ -47,7 +47,7 @@ ## Laravel 3.2
|
||||||
- Fixed replacement of optional parameters in `URL::transpose` method.
|
- Fixed replacement of optional parameters in `URL::transpose` method.
|
||||||
- Improved `update` handling on `Has_Many` and `Has_One` relationships.
|
- Improved `update` handling on `Has_Many` and `Has_One` relationships.
|
||||||
- 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 hashes in `URL::to`.
|
||||||
- Fix the resolution of unset Eloquent attributes.
|
- Fix the resolution of unset Eloquent attributes.
|
||||||
- Allows pivot table timestamps to be disabled.
|
- Allows pivot table timestamps to be disabled.
|
||||||
- Made the `get_timestamp` Eloquent method static.
|
- Made the `get_timestamp` Eloquent method static.
|
||||||
|
|
Loading…
Reference in New Issue