Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 13, 2012
1 parent 0a24189 commit b27b132
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion artisan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.2
* @version 3.3.0
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down
12 changes: 12 additions & 0 deletions laravel/documentation/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Contents

- [Laravel 3.3](#3.3)
- [Upgrading From 3.2](#upgrade-3.3)
- [Laravel 3.2.2](#3.2.2)
- [Upgrading From 3.2.1](#upgrade-3.2.2)
- [Laravel 3.2.1](#3.2.1)
Expand Down Expand Up @@ -29,6 +31,16 @@
- [Laravel 3.1](#3.1)
- [Upgrading From 3.0](#upgrade-3.1)

<a name="3.3"></a>
## Laravel 3.3

- Added `laravel.resolving` event for all IoC resolutions.

<a name="upgrade-3.3"></a>
## Upgrading From 3.2

- Replace the **laravel** folder.

<a name="3.2.2"></a>
## Laravel 3.2.2

Expand Down
2 changes: 1 addition & 1 deletion paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.2
* @version 3.3.0
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 3.2.2
* @version 3.3.0
* @author Taylor Otwell <[email protected]>
* @link http://laravel.com
*/
Expand Down

0 comments on commit b27b132

Please sign in to comment.