incremented version and updated changelog.
This commit is contained in:
parent
4661ef14bc
commit
0897bb4379
|
@ -1,5 +1,14 @@
|
||||||
# Laravel Change Log
|
# Laravel Change Log
|
||||||
|
|
||||||
|
## Version 2.0.2
|
||||||
|
|
||||||
|
- Fixed bug in validator class that prevented required file uploads from being validated correctly.
|
||||||
|
- Added API example to File::upload method.
|
||||||
|
|
||||||
|
### Upgrading from 2.0.1
|
||||||
|
|
||||||
|
- Replace **laravel** directory.
|
||||||
|
|
||||||
## Version 2.0.1
|
## Version 2.0.1
|
||||||
|
|
||||||
- Fixed bug in routing filter class.
|
- Fixed bug in routing filter class.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Laravel - A PHP Framework For Web Artisans
|
* Laravel - A PHP Framework For Web Artisans
|
||||||
*
|
*
|
||||||
* @package Laravel
|
* @package Laravel
|
||||||
* @version 2.0.1
|
* @version 2.0.2
|
||||||
* @author Taylor Otwell <taylorotwell@gmail.com>
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
* @link http://laravel.com
|
* @link http://laravel.com
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue