summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-18 16:10:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-18 16:10:46 +0000
commit7b83666d22a852c8ee4cf82a8d21404d8f90782e (patch)
treebc5a361fa5cdb05f18843e053148f97d8367289a /ChangeLog
parent80e12da0d7f9e53c8d3bc8063630135f15c92a4a (diff)
downloadruby-7b83666d22a852c8ee4cf82a8d21404d8f90782e.tar.gz
ruby-7b83666d22a852c8ee4cf82a8d21404d8f90782e.tar.xz
ruby-7b83666d22a852c8ee4cf82a8d21404d8f90782e.zip
* enum.c (enum_inject): it is now can work without block. you
have to specify two argument method name as the first argument. * enum.c (Init_Enumerable): reduce is new alias to inject. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12297 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 6595c8966..ab4e380fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat May 19 01:07:42 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * enum.c (enum_inject): it is now can work without block. you
+ have to specify two argument method name as the first argument.
+
+ * enum.c (Init_Enumerable): reduce is new alias to inject.
+
Sat May 19 01:05:33 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (Init_File): method definition mismatch.