summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-24 15:33:08 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-24 15:33:08 +0000
commit2e1835b69d12627e37f31a975a8890fb546efaab (patch)
tree55159a33ebcf1d05093acc7244ff57ac2a6a1a28 /ChangeLog
parente28addcf5bebb3526360711b446df2e243c5b6f8 (diff)
* numeric.c (Numeric#negative?): [DOC] Fix call-seq.
Patch by @yui-knk. [Fixes GH-908] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50634 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 36526f9c66..d0826af590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 25 00:27:37 2015 Benoit Daloze <eregontp@gmail.com>
+
+ * numeric.c (Numeric#negative?): [DOC] Fix call-seq.
+ Patch by @yui-knk. [Fixes GH-908]
+
Sun May 24 01:35:22 2015 Koichi Sasada <ko1@atdot.net>
* debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().