summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:35:49 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:35:49 +0000
commitd9ec53a9c767d86bb35608d72d831f7f5c8f4f79 (patch)
tree511a2ff214a5c1676e551f93447e1e46cf85d7e7 /ChangeLog
parentb85a79107a7e09d389bdc56f2fd175d2916c07fb (diff)
* tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18b2d19bc1..4f966e73ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 24 15:02:42 2015 sorah (Shota Fukumori) <her@sorah.jp>
+
+ * tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.
+
Thu Dec 24 15:01:38 2015 sorah (Shota Fukumori) <her@sorah.jp>
* tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.