[Feature #18033] [DOC] Add NEWS

This commit is contained in:
Nobuyoshi Nakada 2022-11-18 13:47:10 +09:00
parent 3e49d62bc1
commit 3d2eb7c9a6
Notes: git 2022-12-16 13:53:18 +00:00

View File

@ -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