incremented version and change log.

This commit is contained in:
Taylor Otwell 2011-08-18 22:27:21 -05:00
parent 03b58e8ec6
commit b31f13d99f
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# 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
- Various bug fixes.

View File

@ -3,7 +3,7 @@
* Laravel - A clean and classy framework for PHP web development.
*
* @package Laravel
* @version 1.5.3
* @version 1.5.4
* @author Taylor Otwell
* @link http://laravel.com
*/