# HG changeset patch # User Andreas Woess # Date 1416348660 -3600 # Node ID d405651001d1bfef7b8dc48ab7f9bb69f0b1e604 # Parent 2c3666f44855e578fc4c3e764dc6273af9d49fb8 Truffle: add object API to truffle distribution, update changelog diff -r 2c3666f44855 -r d405651001d1 CHANGELOG.md --- a/CHANGELOG.md Tue Nov 18 23:19:43 2014 +0100 +++ b/CHANGELOG.md Tue Nov 18 23:11:00 2014 +0100 @@ -22,6 +22,7 @@ * Added `TruffleRuntime#getCapability` API method. * Added `NodeInterface` and allowed child field to be declared with interfaces that extend it. * Added `CompilerOptions` and allowed it to be set for `ExecutionContext` and `RootNode`. +* Added experimental object API. * ... ## Version 0.5 diff -r 2c3666f44855 -r d405651001d1 mx/suite.py --- a/mx/suite.py Tue Nov 18 23:19:43 2014 +0100 +++ b/mx/suite.py Tue Nov 18 23:11:00 2014 +0100 @@ -1266,6 +1266,7 @@ "dependencies" : [ "com.oracle.truffle.api.dsl", "com.oracle.nfi", + "com.oracle.truffle.object.basic", ], },