aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 07:03:13 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 07:03:13 +0000
commit50c859715de864630d8c9259d6e6facc7c158bb8 (patch)
treefa099290f8d554188023e2935ead7ae2028b4ad8 /ChangeLog
parentf030a91d3e5317f62ca6ff8c273061e46248dd08 (diff)
downloadruby-50c859715de864630d8c9259d6e6facc7c158bb8.tar.gz
* ext/bigdecimal/bigdecimal.c:
Documentation for BigDecimal Based on a patch from Vincent Batts [ruby-core:49047] [Bug #7305] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1256fa9024..005a29e284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Nov 9 16:00:00 2012 Zachary Scott <zzak@zacharyscott.net>
+
+ * ext/bigdecimal/bigdecimal.c:
+ Documentation for BigDecimal
+ Based on a patch from Vincent Batts
+ [ruby-core:49047] [Bug #7305]
+
Fri Nov 9 15:25:42 2012 Akinori MUSHA <knu@iDaemons.org>
* lib/shellwords.rb (Shellwords#shellescape): Add back my original