From d512189999d8f950e749e1c44dbc0cfe5a9de11e Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sun, 16 Jul 2017 10:56:55 +0700 Subject: [PATCH] Small code style fix. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e578033e..b3b86523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -354,7 +354,8 @@ php-censor: [Full Changelog](https://github.com/corpsee/php-censor/compare/0.4.0...0.5.0) * Fixed projects archive (Archived projects can not be built and projects moved to the archive section) -* Added option to the application configuration (`app/config.yml`) to allow/deny removing the build directory after build (`php-censor.build.remove_builds`) +* Added option to the application configuration (`app/config.yml`) to allow/deny removing the build directory after +build (`php-censor.build.remove_builds`) ```yml php-censor: @@ -362,7 +363,8 @@ php-censor: remove_builds: true ``` -* Added options to the application configuration (`app/config.yml`) to allow/deny sending errors in the commits/pull requests as comments on Github (`php-censor.github.comments.commit` and `php-censor.github.comments.pull_request`) +* Added options to the application configuration (`app/config.yml`) to allow/deny sending errors in the commits/pull +requests as comments on Github (`php-censor.github.comments.commit` and `php-censor.github.comments.pull_request`) ```yml php-censor: