Skip to content

Commit 14c6ff1

Browse files
committed
Increment version and change log.
1 parent 3e3ee87 commit 14c6ff1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

artisan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Laravel - A PHP Framework For Web Artisans
55
*
66
* @package Laravel
7-
* @version 3.2.8
7+
* @version 3.2.9
88
* @author Taylor Otwell <taylorotwell@gmail.com>
99
* @link http://laravel.com
1010
*/

laravel/documentation/changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Contents
44

5+
- [Laravel 3.2.9](#3.2.9)
6+
- [Upgrading From 3.2.8](#upgrade-3.2.9)
57
- [Laravel 3.2.8](#3.2.8)
68
- [Upgrading From 3.2.7](#upgrade-3.2.8)
79
- [Laravel 3.2.7](#3.2.7)
@@ -41,6 +43,16 @@
4143
- [Laravel 3.1](#3.1)
4244
- [Upgrading From 3.0](#upgrade-3.1)
4345

46+
<a name="3.2.9"></a>
47+
## Laravel 3.2.9
48+
49+
- Always log exceptions even when there are "logger" event listeners.
50+
51+
<a name="upgrade-3.2.9"></a>
52+
### Upgrading From 3.2.8
53+
54+
- Replace the **laravel** folder.
55+
4456
<a name="3.2.8"></a>
4557
## Laravel 3.2.8
4658

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Laravel - A PHP Framework For Web Artisans
44
*
55
* @package Laravel
6-
* @version 3.2.8
6+
* @version 3.2.9
77
* @author Taylor Otwell <taylorotwell@gmail.com>
88
* @link http://laravel.com
99
*/

0 commit comments

Comments
 (0)