From 0302b9c3c275934fd5b476d8b88b317d06b8191e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 18 Dec 2011 14:11:17 -0600 Subject: [PATCH] updated changelog and incremented version. --- changelog.md | 4 ++++ public/index.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0babba12..398e0a6d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Laravel Change Log +## Version 2.0.6 + +- Fix: Fixed nested sections. + ## Version 2.0.5 - Feature: Added array access to session::get. diff --git a/public/index.php b/public/index.php index 68fb73bc..c9639371 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.5 + * @version 2.0.6 * @author Taylor Otwell * @link http://laravel.com */