Skip to content

Commit

Permalink
Prepare 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Aug 2, 2017
1 parent 0b7d6a3 commit bead812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

02/08/2017: Version 1.5.10
--------------------------

* Add support of Throwables #144
* Fixed return type in PHPDoc #151
* Fix `sfEventLogger`: add priority and event.name overriding #160
* Don't try to autoload a trait if it's already been declared #162
* Fix/php 7.2 deprecation warnings #163

09/02/2017: Version 1.5.9
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/autoload/sfCoreAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
define('SYMFONY_VERSION', '1.5.10-dev');
define('SYMFONY_VERSION', '1.5.10');

/**
* sfCoreAutoload class.
Expand Down

0 comments on commit bead812

Please sign in to comment.