summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 08:23:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 08:23:16 +0000
commit684bdf6171b76f5bc5e4f05926a5ab01ec2b4fd5 (patch)
tree5be2f6e1db7bd4916165b119c2d3f444d63e4698 /NEWS
parent256c88861beb452d790d74c7677a7e4217bc170b (diff)
object.c: deprecate Data
* object.c (InitVM_Object): Data is deprecated now. [Feature #3072] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c2b4b3ce2..46bab4af1b 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Array#append [Feature #12746]
* Array#prepend [Feature #12746]
+* Data
+
+ * Now deprecated [Feature #3072]
+
* Dir
* Dir.glob provides new optional keyword argument, :base.