incremented version and updated changelog.

This commit is contained in:
Taylor Otwell
2011-11-27 22:14:16 -06:00
parent 4661ef14bc
commit 0897bb4379
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# 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
- Fixed bug in routing filter class.