summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 11:43:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 11:43:56 +0900
commit289d99cc62985e9a8834e80a1da424c1bdbb4502 (patch)
tree2bd1d9084982f11a28f08147ee83da86414ffa55 /NEWS.md
parent6229c02d6b895eda8c73efa8a41c73692d133a65 (diff)
Merge Time class sections on NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index f45bb1d41a..2fd8e63354 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -381,14 +381,13 @@ Note: We're only listing outstanding class updates.
* Time#deconstruct_keys is added, allowing to use Time instances
in pattern-matching expressions [[Feature #19071]]
-* SyntaxError
- * SyntaxError#path has been added. [[Feature #19138]]
-
-* Time
* Time.new now can parse a string like generated by Time#inspect
and return a Time instance based on the given argument.
[[Feature #18033]]
+* SyntaxError
+ * SyntaxError#path has been added. [[Feature #19138]]
+
* TracePoint
* TracePoint#binding now returns `nil` for `c_call`/`c_return` TracePoints.