mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: added news about EBCDIC encoding
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
81e7be08ed
commit
7274abb7b0
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 15 18:04:04 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* NEWS: added news about EBCDIC encoding
|
||||
|
||||
Tue Dec 15 17:57:57 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* enc/ebcdic.h, enc/trans/ebcdic.trans,
|
||||
|
|
4
NEWS
4
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue