1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Enumerable#join has been reverted. [ruby-core:30604]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-06-05 23:21:20 +00:00
parent 7376a528de
commit 60d6d93b28
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Sun Jun 6 08:21:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* NEWS: Enumerable#join has been reverted. [ruby-core:30604]
Sat Jun 5 20:30:49 2010 NARUSE, Yui <naruse@ruby-lang.org>
* re.c (rb_reg_expr_str): ASCII incompatible strings

1
NEWS
View file

@ -51,7 +51,6 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* New methods:
* Enumerable#join
* Enumerable#chunk
* Enumerable#collect_concat
* Enumerable#each_entry

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
#define RUBY_RELEASE_DATE "2010-06-05"
#define RUBY_RELEASE_DATE "2010-06-06"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"
@ -8,7 +8,7 @@
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 6
#define RUBY_RELEASE_DAY 5
#define RUBY_RELEASE_DAY 6
#include "ruby/version.h"