# HG changeset patch # User Thomas Wuerthinger # Date 1399582576 -7200 # Node ID f2988cdf41ee3e8621a9750c5aa813e7070fc34d # Parent 6b7c5c7d0d8162d763417de880beb81d6f92a09c Small addition to changelog. diff -r 6b7c5c7d0d81 -r f2988cdf41ee CHANGELOG.md --- 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`.