summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-14 12:45:30 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-14 12:45:30 +0000
commitfb2a6ecf9e12b13d535977637abfb2ba84182b6a (patch)
treed67f8182b4ca18daedb8841cafb38e816ed8aa07 /ChangeLog
parentaf4c1ac8af71ab33390c19ca733786fde78ca5c9 (diff)
* lib/time.rb: Use "<<" to reduce string allocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52575 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 61d571158d..6be574db11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Nov 14 21:44:56 2015 Tanaka Akira <akr@fsij.org>
+
+ * lib/time.rb: Use "<<" to reduce string allocation.
+
Sat Nov 14 17:45:49 2015 Tanaka Akira <akr@fsij.org>
* lib/tsort.rb: Specify frozen_string_literal: true.