From 34519c18b71d1a44fc592dc8edb55720bce05a90 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 efd2383615..c207b191b5 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.2.3