From 7274abb7b0e159b3f5d4b9046a0d33b60ca928aa Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 15 Dec 2015 09:04:05 +0000 Subject: NEWS: added news about EBCDIC encoding git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index efd2383..c207b19 100644 --- a/NEWS +++ b/NEWS @@ -79,6 +79,10 @@ with all sufficient information, see the ChangeLog file. * Hash#<=, Hash#<, Hash#>=, Hash#> [Feature #10984] * Hash#to_proc [Feature #11653] +* Encoding + + * new Encoding::IBM037 (alias ebcdic-cp-us; dummy) + * IO * new mode flag File::SHARE_DELETE is available. -- cgit v1.1