From f552ff24e0659dfa93cb9a4d5c4a582f86390ba2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 16 Jan 2012 14:01:01 -0600 Subject: [PATCH] update changelog. --- changelog.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9779ef6c..d8456cbf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,30 @@ # 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 - Fix: Fixed raw_where in query builder. @@ -153,4 +178,4 @@ - Replace the **system** directory. - Replace the **application/config/aliases.php** file. -- Take note of encryption class changes. +- Take note of encryption class changes. \ No newline at end of file