aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 04:59:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 04:59:35 +0000
commit043d9fe44e326df4f829f11b490fb1035ce55c38 (patch)
tree34ea71541c56a3f99613150f509c6ae4377240c1 /ChangeLog
parent6d4a6a309be089831fc8ee9d3dbdfc84f24df00d (diff)
downloadruby-043d9fe44e326df4f829f11b490fb1035ce55c38.tar.gz
* ChangeLog: fixed ML reference of r15966.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc76b53df..09ef236c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9299,7 +9299,7 @@ Fri Apr 11 08:05:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* marshal.c (w_object): add volatile to avoid potential GC bug. a
patch from Tomoyuki Chikanaga <chikanag at nippon-control-system.co.jp>
- in [ruby-dev:34311].
+ in [ruby-dev:34312].
Thu Apr 10 23:08:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org>