incremented version and updated changelog.

This commit is contained in:
Taylor Otwell 2011-11-28 23:13:15 -06:00
parent b7b80d6d49
commit 2c29e49f42
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Laravel Change Log
## Version 2.0.3
- The application URL is now auto-detected.
### Upgrading from 2.0.2
- Replace **laravel** directory.
## Version 2.0.2
- Fixed bug in validator class that prevented required file uploads from being validated correctly.

View File

@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 2.0.2
* @version 2.0.3
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/