incremented version and updated changelog.

This commit is contained in:
Taylor Otwell
2011-12-30 11:32:53 -06:00
parent 59fcd67637
commit 2733e5ceba
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# 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
- Fix: Limited URI segments to 20 to protect against DDoS.
+1 -1
View File
@@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 2.0.8
* @version 2.0.9
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/