* NEWS: + Thread::Backtrace::Location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a3d592b47a
commit
8222a78e28
3
NEWS
3
NEWS
@ -200,6 +200,9 @@ with all sufficient information, see the ChangeLog file.
|
||||
pending_interrupt? for asynchronous handling of exceptions
|
||||
* added Thread#backtrace_locations which returns similar information of
|
||||
Kernel#caller_locations.
|
||||
* new class Thread::Backtrace::Location to hold backtrace location
|
||||
information. These are returned by Thread#backtrace_locations and
|
||||
Kernel#caller_locations.
|
||||
* incompatible changes:
|
||||
* Thread#join and Thread#value now raises a ThreadError if target thread
|
||||
is the current or main thread.
|
||||
|
Loading…
x
Reference in New Issue
Block a user