aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-12 17:08:26 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-12 17:08:26 +0000
commitf27509fd1a6d18c483be13b37549df88c95e1422 (patch)
tree9c4aab59a1f1bb23edf01993bc9231dccd401fb7
parentb4e773bb8069275bc5f79a6ba07ec70a1ed52019 (diff)
downloadruby-f27509fd1a6d18c483be13b37549df88c95e1422.tar.gz
Append [ruby-core:50269] [Bug #7458] in the previous Changelog entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b20489690c..fdfd9a42f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ Wed Dec 13 02:00:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resulting
precision.
+ [ruby-core:50269] [Bug #7458]
* test/bigdecimal/test_bigdecimal.rb (test_limit): add tests for the above
change.