changeset 22000:05ea2117f650

Highlight few changes since 0.7
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 16 Jul 2015 18:54:07 +0200
parents 8ec8f7831ab4
children 7aab14a2bb4e
files CHANGELOG.md
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)