summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-18 11:11:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-18 11:11:14 +0000
commit9289515562230b6fa9f41559bbb3046f9556c8b3 (patch)
tree62ea7764478cd1612ad1410e95fdcbf554ee78d8 /NEWS
parent30f9177d5d43b15d5d14f7b18ab96c932fb131f4 (diff)
file.c: File.mkfifo
* file.c (rb_file_s_mkfifo): implement File.mkfifo. [Feature #11536] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51897 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 2c36be0d73..73f4a65a22 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ with all sufficient information, see the ChangeLog file.
[Feature #11049]
* Enumerable#chunk_while [Feature #10769]
+* File
+
+ * File.mkfifo [Feature #11536]
+
* Hash
* Hash#fetch_values [Feature #10017]