changeset 22226:3c622007e098 graal-0.8

Update changelog for 0.8
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 15 Jul 2015 16:09:05 +0200
parents a7bc10cc711c
children eba3c8637295
files CHANGELOG.md
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Jul 14 13:36:37 2015 +0200
+++ b/CHANGELOG.md	Wed Jul 15 16:09:05 2015 +0200
@@ -1,17 +1,19 @@
 # GraalVM Changelog
 
-This changelog summarizes major changes between Graal versions relevant to languages implementors building upon the Truffle framework and developers building technology on top of Graal. The main focus is on APIs exported by Graal and Truffle.
-
+This changelog summarizes major changes between Graal versions relevant to developers building technology on top of Graal. The main focus is on APIs exported by Graal.
 
 ## `tip`
+...
+
+## Version 0.8
+15-Jul-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.8)
 ### Graal
 * Add support for constructing low-level IR in SSA form (default behavior).
 * Add support for SSA linear scan register allocation (default behavior).
 * Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; The behavior is now the `includeAbstract==true` case. The `includeAbstract==false` variant is available via `resolveConcreteMethod()`.
-...
 
 ### Truffle
-...
+* Moved Truffle to it own [repository](http://lafo.ssw.uni-linz.ac.at/hg/truffle/)
 
 ## Version 0.7
 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)