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
This commit is contained in:
mrkn 2013-07-01 06:37:20 +00:00
Родитель 45c2532e59
Коммит f6a8c82e2d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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>