aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 02:11:14 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 02:11:14 +0000
commit6cf1f19baa61702024fafdf6d8590c9c0fe90dde (patch)
treefb89d15486f38dab7fdc8d6d3d12bda86d0fac67 /ChangeLog
parent6c47b1083c67a2ee572a7800974b9b513579b585 (diff)
downloadruby-6cf1f19baa61702024fafdf6d8590c9c0fe90dde.tar.gz
* lib/tmpdir.rb: Unify to coding-style for method definition.
[fix GH-1252] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93ec6d8193..83d7642eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 26 11:10:19 2016 Rick Salevsky <rsalevsky@suse.com>
+
+ * lib/tmpdir.rb: Unify to coding-style for method definition.
+ [fix GH-1252]
+
Fri Feb 26 11:02:04 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* README.md: update markdown syntax for anchor tag.