summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-24 00:52:14 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-24 00:52:14 +0000
commit63e8293147fcaf2d107175bd7013dca7d81fbcb9 (patch)
tree02f62c940d1e818be264516cfd58be9b074fe88a /NEWS
parent4a26246bebbd0df03e8f814f937b1dae3f57cbb4 (diff)
internal structure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index dd238d96b8..5aad649a53 100644
--- a/NEWS
+++ b/NEWS
@@ -183,9 +183,6 @@ with all sufficient information, see the ChangeLog file.
* rb_sym2str() added. This is almost same as `rb_id2str(SYM2ID(sym))`
but not pinning a dynamic symbol.
-* struct RSymbol added. This represents a dynamic symbol as object in
- Ruby's heaps.
-
* rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.
* `rb_str_substr()` and `rb_str_subseq()` now share middle of a string,