incremented version and change log.
This commit is contained in:
parent
03b58e8ec6
commit
b31f13d99f
|
@ -1,5 +1,13 @@
|
||||||
# Laravel Change Log
|
# Laravel Change Log
|
||||||
|
|
||||||
|
## Version 1.5.4
|
||||||
|
|
||||||
|
- Fix bug in Eloquent belongs_to relationship eager loading.
|
||||||
|
|
||||||
|
### Upgrading From 1.5.3
|
||||||
|
|
||||||
|
- Replace **system** directory.
|
||||||
|
|
||||||
## Version 1.5.3
|
## Version 1.5.3
|
||||||
|
|
||||||
- Various bug fixes.
|
- Various bug fixes.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Laravel - A clean and classy framework for PHP web development.
|
* Laravel - A clean and classy framework for PHP web development.
|
||||||
*
|
*
|
||||||
* @package Laravel
|
* @package Laravel
|
||||||
* @version 1.5.3
|
* @version 1.5.4
|
||||||
* @author Taylor Otwell
|
* @author Taylor Otwell
|
||||||
* @link http://laravel.com
|
* @link http://laravel.com
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue