update changelog.
This commit is contained in:
parent
b5442c67fc
commit
f552ff24e0
25
changelog.md
25
changelog.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue