summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 10:23:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-22 10:23:58 +0000
commitec5d31b307bdd2876c829bd98fe8e0c5f038a04b (patch)
treed87255843fa27a123286f48c07d2a440a59f7a92 /ChangeLog
parentc160c6e59eb65e3159f979a54dc3d609265829c4 (diff)
* ChangeLog: [ruby-core:22326] has been fixed at r22505.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b917732fdc..1dedb7e019 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Sun Feb 22 14:33:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (tr_trans): should not be affected by the encoding of
replacement unless actually modified. [ruby-talk:328967]
+ [ruby-core:22326]
Sun Feb 22 13:38:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>