From e4fc47d159704232f0e984aa895a38347739a6f3 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Fri, 28 Aug 2015 02:13:14 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4dcc7..501c212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 0.1.2 +* [[#19]](https://github.com/gianarb/penny/pull/19) Add support to php 5.4 +* [[#20]](https://github.com/gianarb/penny/pull/20) Remove unused code +* [[#23]](https://github.com/gianarb/penny/pull/13) Clean sum array without foreach +* [[#24]](https://github.com/gianarb/penny/pull/24) FQCN +* [[#26]](https://github.com/gianarb/penny/pull/26) Removed useless white lines +* [[#27]](https://github.com/gianarb/penny/pull/27) Added phpcs check on Travis-CI +* [[#29]](https://github.com/gianarb/penny/pull/29) Fixes typo + # 0.1.1 * [[61a27f4]](https://github.com/gianarb/penny/commit/61a27f4) Fixed wrong markdown syntax