Merge branch 'master' into master

This commit is contained in:
Stanislav Kozlovski
2017-06-28 21:33:28 +03:00
committed by GitHub
4 changed files with 21 additions and 12 deletions
@@ -24,7 +24,7 @@ module GitHubChangelogGenerator
credit_line = "\n\n\\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*"
log.gsub!(credit_line, "") # Remove old credit lines
log += credit_line
@log = log
end