summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b4c157c12..ac994b0b4c 100644
--- a/NEWS
+++ b/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.