* NEWS: add a news about iconv.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2012-11-25 10:45:46 +00:00
Родитель 1ab73afbf9
Коммит d91b1dd448
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sun Nov 25 19:43:29 2012 Kazuki Tsujimoto <kazuki@callcc.net>
* NEWS: add a news about iconv.
Sun Nov 25 03:49:23 2012 Akinori MUSHA <knu@iDaemons.org>
* lib/set.rb, test/test_set.rb: Move tests embedded in lib/set.rb

3
NEWS
Просмотреть файл

@ -168,6 +168,9 @@ with all sufficient information, see the ChangeLog file.
* When HTML5 tagmaker called, overwrite CGI#header,
CGI#header function is to create a <header> element.
* iconv
* Iconv has been removed. Use String#encode instead.
* io/wait
* new features:
* added IO#wait_writable method.