Skip to content

Commit bead812

Browse files
committed
Prepare 1.5.10
1 parent 0b7d6a3 commit bead812

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
02/08/2017: Version 1.5.10
5+
--------------------------
6+
7+
* Add support of Throwables #144
8+
* Fixed return type in PHPDoc #151
9+
* Fix `sfEventLogger`: add priority and event.name overriding #160
10+
* Don't try to autoload a trait if it's already been declared #162
11+
* Fix/php 7.2 deprecation warnings #163
12+
413
09/02/2017: Version 1.5.9
514
-------------------------
615

lib/autoload/sfCoreAutoload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* The current symfony version.
1313
*/
14-
define('SYMFONY_VERSION', '1.5.10-dev');
14+
define('SYMFONY_VERSION', '1.5.10');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)