summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-25 23:36:42 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-25 23:36:42 +0000
commit89232d1dd97251b6fc626d4338c49e9e8c4f6535 (patch)
tree90a0a7cddf8ea57acaed01a62eb23a4d1d6b30b6 /NEWS
parent07e9f122a96c59e97020e077baf382f98582d872 (diff)
updating news [Bug #6820]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7e3d0cf66a..eeb14f5146 100644
--- a/NEWS
+++ b/NEWS
@@ -191,8 +191,7 @@ with all sufficient information, see the ChangeLog file.
* Time
* change return value:
- * Time#to_s returned encoding defaults to US-ASCII but automatically
- transcodes to Encoding.default_internal if it is set.
+ * Time#to_s now returns US-ASCII encoding instead of BINARY.
* TracePoint
* new class. This class is replacement of set_trace_func.