summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:18 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:18 +0000
commit8222a78e28d3882c7e4f62bfe838c3befbd4dd90 (patch)
tree53997d34b1c254e42dcdf9c0dba158f22e179708 /NEWS
parenta3d592b47a874c35b99436eb4932b3b2172c1d01 (diff)
* NEWS: + Thread::Backtrace::Location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1896969996..f8b2004e23 100644
--- a/NEWS
+++ b/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.