Commit 2733e5ce authored by Taylor Otwell's avatar Taylor Otwell

incremented version and updated changelog.

parent 59fcd676
# Laravel Change Log # Laravel Change Log
## Version 2.0.9
- Minor: Made "timestamps" method in Eloquent model protected instead of private.
### Upgrading from 2.0.8
- Replace **laravel** directory.
## Version 2.0.8 ## Version 2.0.8
- Fix: Limited URI segments to 20 to protect against DDoS. - Fix: Limited URI segments to 20 to protect against DDoS.
......
...@@ -3,7 +3,7 @@ ...@@ -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.8 * @version 2.0.9
* @author Taylor Otwell <taylorotwell@gmail.com> * @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com * @link http://laravel.com
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment