summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 15:04:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-25 15:04:53 +0000
commitd48d116e0282242a1b70cc9bdf3ae29304660f88 (patch)
tree7d9459449c33792c63eeb7baa071e76352e0baab /doc
parentee8d66a07a6fb8148bcb95c41fb9a1a8a64876cd (diff)
downloadruby-d48d116e0282242a1b70cc9bdf3ae29304660f88.tar.gz
ruby-d48d116e0282242a1b70cc9bdf3ae29304660f88.tar.xz
ruby-d48d116e0282242a1b70cc9bdf3ae29304660f88.zip
"t" for Kernel#open described.
Encoding and Encoding::Converted described. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 729354df2..6441c3a72 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -51,6 +51,7 @@ Incompatible (Trivial)
o Dir.exist?
* IO operations
o Non-blocking IO
+ o Kernel#open takes "t" for newline conversion
o Kernel#open takes encoding specified
o IO#initialize now accepts an IO argument
o StringIO#readpartial
@@ -112,6 +113,8 @@ Compatible
an enumerator.
* Regexp#match, String#match
o Regexp#match, String#match
+ * Encoding
+ * Encoding::Converter
* Fiber: coroutines/micro-threads
* Array
o Array#delete returns a deleted element rather than a given