changeset 15566:f2988cdf41ee

Small addition to changelog.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 May 2014 22:56:16 +0200
parents 6b7c5c7d0d81
children 10732e1421ee
files CHANGELOG.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Thu May 08 22:53:35 2014 +0200
+++ b/CHANGELOG.md	Thu May 08 22:56:16 2014 +0200
@@ -13,7 +13,7 @@
 
 ### Truffle
 * The method `CallTarget#call` takes now a variable number of Object arguments.
-* Support for collecting stack traces and for accessing the current frame in slow paths.
+* Support for collecting stack traces and for accessing the current frame in slow paths (see `TruffleRuntime#getStackTrace`).
 * Renamed `CallNode` to `DirectCallNode`.
 * Renamed `TruffleRuntime#createCallNode` to `TruffleRuntime#createDirectCallNode`.
 * Added `IndirectCallNode` for calls with a changing `CallTarget`.