summaryrefslogtreecommitdiff
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
commit72eaacaa15256ab95c3b52ea386f88586fb9da40 (patch)
tree7d9459449c33792c63eeb7baa071e76352e0baab
parent4e573bf068bfe7859af293a4210c5b5c65fa86ba (diff)
"t" for Kernel#open described.
Encoding and Encoding::Converted described. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 729354df2d..6441c3a72d 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