aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 09:04:05 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 09:04:05 +0000
commit7274abb7b0e159b3f5d4b9046a0d33b60ca928aa (patch)
treeb25ee5719fbb3e9f425e753ffd7164e00059ca3b /NEWS
parent81e7be08ed1feaa3be683aeaa5fdbc79ed0489eb (diff)
downloadruby-7274abb7b0e159b3f5d4b9046a0d33b60ca928aa.tar.gz
NEWS: added news about EBCDIC encoding
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53125 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 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.