From 89232d1dd97251b6fc626d4338c49e9e8c4f6535 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Fri, 25 Jan 2013 23:36:42 +0000 Subject: [PATCH] updating news [Bug #6820] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +-- 1 file changed, 1 insertion(+), 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.