aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:58:05 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:58:05 +0000
commitea418dda412c454e5247c698ef2382f2b8a2a6ea (patch)
tree19c35a5ee146d4ce020a9898fc4d20ec7f770a40 /ChangeLog
parent1bf4a34eec846ab9aec7dafc92132044d9ee1620 (diff)
downloadruby-ea418dda412c454e5247c698ef2382f2b8a2a6ea.tar.gz
* time.c: [DOC] Clarify %Y in strftime, which can accept any digits
and will output at least 4 digits as the year. Reported by Yury Trofimenko [Bug #8941] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb9bb45b9..2790f6dc20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jul 28 05:55:56 2014 Zachary Scott <e@zzak.io>
+
+ * time.c: [DOC] Clarify %Y in strftime, which can accept any digits
+ and will output at least 4 digits as the year. Reported by Yury
+ Trofimenko [Bug #8941]
+
+ * lib/time.rb: ditto
+
Mon Jul 28 05:32:06 2014 Zachary Scott <e@zzak.io>
* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join arguments