fix: Changelog -> Change Log

This commit is contained in:
Petr Korolev 2015-02-24 16:03:38 +02:00
parent b36037c49f
commit 922fa9fc7e

View File

@ -207,7 +207,7 @@ module GitHubChangelogGenerator
def compund_changelog
log = "# Changelog\n\n"
log = "# Change Log\n\n"
if @options[:unreleased_only]
log += self.generate_log_between_tags(self.all_tags[0], nil)