aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-28 04:00:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-28 04:00:27 +0000
commit9618889fa4bf4919ef148c04fee7514871fab292 (patch)
tree9594c20d027ba69843df1c5a9104ca54ce8787a7 /ChangeLog
parentaf653bf3f8ea0a7bb61ec58ba50cc31e53c1c1e1 (diff)
downloadruby-9618889fa4bf4919ef148c04fee7514871fab292.tar.gz
Update Signal.signame doc [ci-skip]
* signal.c (sig_signame): [DOC] Add documentation in the case of return nil. [Fix GH-1449] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56280 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 bf9469be91..44b1c33562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 28 13:00:25 2016 ksss <co000ri@gmail.com>
+
+ * signal.c (sig_signame): [DOC] Add documentation in the case of
+ return nil. [Fix GH-1449]
+
Wed Sep 28 10:43:27 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
* .travis.yml: delete comments. They were outdated.