# HG changeset patch # User Thomas Wuerthinger # Date 1397681688 -7200 # Node ID 78f1a1a7062871b13a892057565e62a6690d66cc # Parent 20cd3e31b87da698bdfcfbadb434ff195dd82b9c Adapt CHANGELOG to reflect new signature of CallTarget#call. diff -r 20cd3e31b87d -r 78f1a1a70628 CHANGELOG.md --- a/CHANGELOG.md Wed Apr 16 22:52:43 2014 +0200 +++ b/CHANGELOG.md Wed Apr 16 22:54:48 2014 +0200 @@ -7,11 +7,12 @@ * Explicit types for inputs (InputType enum). * Added graal.version system property to Graal enabled VM builds. * Transitioned to JDK 8 as minimum JDK level for Graal. -* Added support for stack introspection +* Added support for stack introspection. * ... ### Truffle -* Support for collecting stack traces and for accessing the current frame in slow paths +* 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. * Renamed CallNode to DirectCallNode. * Renamed TruffleRuntime#createCallNode to TruffleRuntime#createDirectCallNode. * Added IndirectCallNode for calls with a changing CallTarget.