summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-23 08:26:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-23 08:26:08 +0000
commit03dc72ce80475d167ac0815a81c74198fa98380e (patch)
tree7cd63989fb038a8112d5d02580f6c866740212ed /ChangeLog
parentbbaaeb378f2e98f4340df50ae8a9432a27f6835a (diff)
* re.c (match_inspect): MatchData#inspect implemented.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba91f41bc..fe5a55aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jun 23 17:18:19 2007 Tanaka Akira <akr@fsij.org>
+
+ * re.c (match_inspect): MatchData#inspect implemented.
+
Sat Jun 23 01:25:40 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* hash.c (rb_hash_assoc): new method.