summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-01 06:37:20 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-01 06:37:20 +0000
commitf6a8c82e2d86a23ede061cb9991ba13e237afd44 (patch)
tree1756907b844fcf2d33e658290cdb67b9082a0dd2
parent45c2532e5928e1fd47656179597d6d2aa902cf21 (diff)
Additionally mention Heesob Park for his patch to [Bug #6862]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c54ae66f8..21938a0183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -277,7 +277,8 @@ Tue Jun 25 21:26:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when
the argument x is not a BigDecimal.
- This change is based on the patch made by Garth Snyder.
+ This change is based on the patch made by Heesob Park and Garth Snyder.
+ [Bug #6862] [ruby-core:47145]
[Fix GH-332] https://github.com/ruby/ruby/pull/332
Tue Jun 25 20:36:31 2013 Tanaka Akira <akr@fsij.org>