diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:26:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-09 07:26:35 +0000 |
commit | d16341966a74ac14946a27a8ba94ed9fa9832516 (patch) | |
tree | 5b9fce0256c76cd7e96503cde1b101561af36b4f | |
parent | 7e620ce0e604a610cdfc6eb065eb4251fd9e6315 (diff) | |
download | redmine-d16341966a74ac14946a27a8ba94ed9fa9832516.tar.gz redmine-d16341966a74ac14946a27a8ba94ed9fa9832516.zip |
Don't wrtie summary to changelog file.
git-svn-id: http://svn.redmine.org/redmine/trunk@16784 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | script/changelog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/changelog.rb b/script/changelog.rb index e7ecece34..553e8e060 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -310,7 +310,7 @@ module Redmine out_file << "\n" end - out_file << summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt) + summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt) out_file.close end |