# HG changeset patch # User Jaroslav Tulach # Date 1437065647 -7200 # Node ID 05ea2117f6507fff4b81d1a39c7da7673e6a0afb # Parent 8ec8f7831ab473aebe46d6efc04f8b03909bff01 Highlight few changes since 0.7 diff -r 8ec8f7831ab4 -r 05ea2117f650 CHANGELOG.md --- a/CHANGELOG.md Thu Jul 16 18:44:15 2015 +0200 +++ b/CHANGELOG.md Thu Jul 16 18:54:07 2015 +0200 @@ -11,9 +11,11 @@ 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8) ### Truffle * The Truffle repository no longer contains Graal -* Truffle TCK... -* Truffle Debug... -... +* TruffleVM is an entrypoint for creating, building and running multi language Truffle systems +* Implement TruffleLanguage and use @Registration to register your language into the TruffleVM system +* Include Truffle TCK (test compatibility kit) into your test cases to verify your language implementation is compliant enough +* Interoperability API polished +* Cleanup of Source related API ## Version 0.7 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)