summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.