diff options
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -382,6 +382,11 @@ Note: We're only listing outstanding class updates. * 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]] + * TracePoint * TracePoint#binding now returns `nil` for `c_call`/`c_return` TracePoints. @@ -698,6 +703,7 @@ The following deprecated APIs are removed. [Bug #17767]: https://bugs.ruby-lang.org/issues/17767 [Feature #17837]: https://bugs.ruby-lang.org/issues/17837 [Feature #17881]: https://bugs.ruby-lang.org/issues/17881 +[Feature #18033]: https://bugs.ruby-lang.org/issues/18033 [Feature #18159]: https://bugs.ruby-lang.org/issues/18159 [Feature #18239]: https://bugs.ruby-lang.org/issues/18239#note-17 [Feature #18351]: https://bugs.ruby-lang.org/issues/18351 |
