Merge remote-tracking branch 'origin/new-features' into new-features

Conflicts:
	lib/github_changelog_generator.rb

	Fix #9
This commit is contained in:
Petr Korolev 2014-11-10 14:15:06 +02:00
commit 223cd2640c

View File

@ -298,4 +298,4 @@ end
if __FILE__ == $0 if __FILE__ == $0
changelog_generator = ChangelogGenerator.new changelog_generator = ChangelogGenerator.new
changelog_generator.compund_changelog changelog_generator.compund_changelog
end end