* 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:
marcandre 2013-02-22 23:18:18 +00:00
parent a3d592b47a
commit 8222a78e28

3
NEWS
View File

@ -200,6 +200,9 @@ with all sufficient information, see the ChangeLog file.
pending_interrupt? for asynchronous handling of exceptions pending_interrupt? for asynchronous handling of exceptions
* added Thread#backtrace_locations which returns similar information of * added Thread#backtrace_locations which returns similar information of
Kernel#caller_locations. 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: * incompatible changes:
* Thread#join and Thread#value now raises a ThreadError if target thread * Thread#join and Thread#value now raises a ThreadError if target thread
is the current or main thread. is the current or main thread.