summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-09-19 19:49:12 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-09-19 20:20:15 +0900
commit5208c431bef3240eb251f5da23723b324431a98e (patch)
treeeba607e0dceb05a47598ac1e7ede9a14f4d2d276 /NEWS
parent2698f13a1f0cc07ef97b7f20502c420b51e9c57d (diff)
Separate Time#inspect from to_s and show subsec [Feature #15958]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa9919d837..fce2ade06b 100644
--- a/NEWS
+++ b/NEWS
@@ -202,6 +202,11 @@ Time::
* Added Time#floor method. [Feature #15653]
+ Modified method::
+
+ * Time#inspect is separated from Time#to_s and it shows its sub second.
+ [Feature #15958]
+
UnboundMethod::
New methods::