summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-05 12:26:35 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-05 12:26:35 +0000
commitf457640e5f22aeea2814d75f3b12e00843abc973 (patch)
treee6ed8f805ae246f81cdcdc6d5e12826e8d7d686b /ChangeLog
parent96c89ed8a7993efb6cfcd995fefa43785ff2e35e (diff)
* re.c (rb_reg_s_union_m): Regexp.union accepts single argument which
is an array of patterns. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74b53a3f8..6e8333526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 5 21:24:59 2007 Tanaka Akira <akr@fsij.org>
+
+ * re.c (rb_reg_s_union_m): Regexp.union accepts single argument which
+ is an array of patterns.
+
Fri Oct 5 16:42:27 2007 Tanaka Akira <akr@fsij.org>
* bootstraptest/runner.rb (assert_not_match): new method.