update changelog.

This commit is contained in:
Taylor Otwell 2012-01-16 14:01:01 -06:00
parent b5442c67fc
commit f552ff24e0
1 changed files with 26 additions and 1 deletions

View File

@ -1,5 +1,30 @@
# Laravel Change Log # Laravel Change Log
## Version 2.1.0
- Fix: Multiple wildcards / regular expressions per segment are now supported.
### Upgrading from 2.0.9
- Replace **laravel** directory.
## Version 2.0.9
- Minor: Made "timestamps" method in Eloquent model protected instead of private.
- Fix: Authentication cookies are not deleted properly when custom domains or paths are used.
### Upgrading from 2.0.8
- Replace **laravel** directory.
## Version 2.0.8
- Fix: Limited URI segments to 20 to protect against DDoS.
### Upgrading from 2.0.7
- Replace **laravel** directory.
## Version 2.0.7 ## Version 2.0.7
- Fix: Fixed raw_where in query builder. - Fix: Fixed raw_where in query builder.
@ -153,4 +178,4 @@ ### Upgrading From 1.5.1
- Replace the **system** directory. - Replace the **system** directory.
- Replace the **application/config/aliases.php** file. - Replace the **application/config/aliases.php** file.
- Take note of encryption class changes. - Take note of encryption class changes.