aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 06:14:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 06:14:12 +0000
commita30f01f8e27ad06727f56e66ee2f454620009dd4 (patch)
tree29ca090d913ebebc97e192edb4d1d0b0f55e5a12 /NEWS
parent2b8b2ea9edda52d3fdab93351b563c9c6887730d (diff)
downloadruby-a30f01f8e27ad06727f56e66ee2f454620009dd4.tar.gz
NEWS: [Feature #9969]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54560 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 858d6a0a2e..55312f4647 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.empty?. [Feature #10121]
+* File
+
+ * File.empty?. [Feature #9969]
+
* String
* String.new(capacity: size) [Feature #12024]