aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 00:20:57 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 00:20:57 +0000
commita78023c1180b496a60b21b5328dd5736df60a65d (patch)
tree689f1e10a7c27f349abd0070942089c66296ea57 /NEWS
parentec74d507fe815fd1d1930b2e390b9f478b55be9a (diff)
downloadruby-a78023c1180b496a60b21b5328dd5736df60a65d.tar.gz
mark as experimental
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dd370ad39..4cbdc20c2a 100644
--- a/NEWS
+++ b/NEWS
@@ -122,7 +122,7 @@ with all sufficient information, see the ChangeLog file.
* RubyVM::InstructionSequence
* add the following methods as a primitive tool of iseq loader.
See sample/iseq_loader.rb for usage.
- [Feature #11788]
+ [Feature #11788] (experimental feature)
* RubyVM::InstructionSequence#to_binary_format(extra_data = nil)
* RubyVM::InstructionSequence.from_binary_format(binary)
* RubyVM::InstructionSequence.from_binary_format_extra_data(binary)