aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-21 00:44:06 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-21 00:44:06 +0000
commit4908827022c18d05fadaf54798fedd77452ef865 (patch)
treeedc78e2cfe8f873dc08fe2de52cadbf87ad8ba5b /ChangeLog
parentc7ba10cc1367b1a756053983b8837ec39c851982 (diff)
downloadruby-4908827022c18d05fadaf54798fedd77452ef865.tar.gz
* file.c: Document other cases of missing birthtime on OS with patch
provided by @sho-h similar to GH-817. [ci skip] [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49362 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 434db2d7ff..11dc94c0dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 21 09:40:52 2015 Zachary Scott <e@zzak.io>
+
+ * file.c: Document other cases of missing birthtime on OS with patch
+ provided by @sho-h similar to GH-817. [ci skip] [DOC]
+
Wed Jan 21 09:09:19 2015 Tanaka Akira <akr@fsij.org>
* NEWS: References to tickets added.