diff CHANGELOG.md @ 18332:65a160d9d259

Truffle: add NodeInterface and require that all child fields be of this type
author Andreas Woess <andreas.woess@jku.at>
date Mon, 10 Nov 2014 19:29:08 +0100
parents 3343ed66de79
children 966034c24f0e
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Nov 10 19:08:52 2014 +0100
+++ b/CHANGELOG.md	Mon Nov 10 19:29:08 2014 +0100
@@ -36,6 +36,7 @@
 * Removed `FrameTypeConversion` interface and changed the corresponding `FrameDescriptor` constructor to have a default value parameter instead.
 * Removed `CompilerDirectives.unsafeFrameCast` (equivalent to a `(MaterializedFrame)` cast).
 * Added `TruffleRuntime#getCapability` API method.
+* Added `NodeInterface` and allowed child field to be declared with interfaces that extend it.
 
 ## Version 0.4
 19-Aug-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.4)