diff --git a/changelog.md b/changelog.md index 1a3bd2c1..b4716a5c 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/public/index.php b/public/index.php index d84a4d8f..4600f7a5 100644 --- a/public/index.php +++ b/public/index.php @@ -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 */