summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:59:25 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:59:25 +0000
commit015fa2a84ff230b7f2096ef8a1a6c3620e14aa8f (patch)
treeb74ee2bed85290faa1389625a18ff569dedb695f
parentea418dda412c454e5247c698ef2382f2b8a2a6ea (diff)
Fix ticket number from r46982, should be [Bug #10049]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2790f6dc20..7c1a26ebae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ 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]
+ Trofimenko [Bug #10049]
* lib/time.rb: ditto