From 47cf84af7cb9527d5b50a72b0f9e0af60c6fd96f Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 4 Sep 2008 14:09:52 +0000 Subject: * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to Ruby 1.8.7. (Prime#each): added more rdocs. (Prime#each): remembers the last value of the given block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d8b0a8ea..80d92720e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 4 23:05:54 2008 Yuki Sonoda (Yugui) + + * lib/prime.rb (Prime::OldCompatibility#each): added compatibility to + Ruby 1.8.7. + (Prime#each): added more rdocs. + (Prime#each): remembers the last value of the given block. + Thu Sep 4 21:53:58 2008 Tanaka Akira * transcode.c (econv_init): accept an integer as 3rd argument as well. -- cgit