mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/NEWS-2.3.0: fix double words typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
910eb9836d
commit
b4c1a13dcc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jan 1 19:38:23 2016 okkez <okkez000@gmail.com>
|
||||||
|
|
||||||
|
* doc/NEWS-2.3.0: fix double words typo.
|
||||||
|
|
||||||
Fri Jan 1 15:28:56 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Jan 1 15:28:56 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* compile.c (remove_unreachable_chunk): decrease count of
|
* compile.c (remove_unreachable_chunk): decrease count of
|
||||||
|
|
|
@ -380,7 +380,7 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
|
|
||||||
* All accesses to members of big Struct objects are performed in
|
* All accesses to members of big Struct objects are performed in
|
||||||
constant-time. Previously, Struct elements beyond the first 10
|
constant-time. Previously, Struct elements beyond the first 10
|
||||||
10 elements used a linear scan. [Feature #10585]
|
elements used a linear scan. [Feature #10585]
|
||||||
|
|
||||||
* The Set class got several speed up.
|
* The Set class got several speed up.
|
||||||
[Misc #10754], [r52591]
|
[Misc #10754], [r52591]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue