Skip to content

Commit 0d0477a

Browse files
committed
Merge pull request #2 from ko1/patch-2
apply feedback of [ruby-core:72467]
2 parents b7ec021 + a70fd19 commit 0d0477a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/news/_posts/2015-12-25-ruby-2-3-0-released.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ For example,
4141
[introducing new table data structure](https://bugs.ruby-lang.org/issues/11420),
4242
[optimize Proc#call](https://bugs.ruby-lang.org/issues/11569),
4343
machine code level tuning for object allocation and method calling code,
44-
and other many optimizations.
44+
[smarter instance variable data structure](https://bugs.ruby-lang.org/issues/11170),
45+
[Socket and I/O allow to use "exception:" keywords for high-performance non-blocking I/O](https://bugs.ruby-lang.org/issues/11229)
46+
and so on. Check "Implementation improvements" section in NEWS file.
4547

4648
For a complete list of new features and compatibility notes, please see
4749
[NEWS](https://github.com/ruby/ruby/blob/v2_3_0/NEWS) and

0 commit comments

Comments
 (0)