diff CHANGELOG.md @ 15182:89325b6051ea

Merge
author Matthias Grimmer <grimmer@ssw.jku.at>
date Thu, 17 Apr 2014 08:22:21 +0200
parents 78f1a1a70628
children 319deee16746
line wrap: on
line diff
--- a/CHANGELOG.md	Wed Apr 16 17:55:12 2014 +0200
+++ b/CHANGELOG.md	Thu Apr 17 08:22:21 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.