From 610d8827c43af0332871efd15062eede77957a71 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 12 Jan 2012 11:08:32 -0600 Subject: [PATCH] incremented version and updated changelog. --- changelog.md | 8 ++++++++ public/index.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d75eeacc..f4abe742 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # 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. diff --git a/public/index.php b/public/index.php index 8f8f4a04..9b12abc2 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @version 2.0.9 + * @version 2.1.0 * @author Taylor Otwell * @link http://laravel.com */