changeset 18731:97f2038b7c4a

changelog: graal-0.6
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 19 Dec 2014 21:31:34 +0100
parents 61739e1b2296
children d611982fb10e
files .hgtags CHANGELOG.md
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Fri Dec 19 21:27:32 2014 +0100
+++ b/.hgtags	Fri Dec 19 21:31:34 2014 +0100
@@ -523,3 +523,4 @@
 9535eccd2a115f6c6f0b15efb508b11ff74cc0d3 graal-0.3
 7d4f630172a16e983212d46c0f1ad6cdb826dfce graal-0.4
 ae5b662550836e851c39e4fbb5c80517fc62488f graal-0.5
+61739e1b2296468adc9956b1003c0dcfdb4369fe graal-0.6
--- a/CHANGELOG.md	Fri Dec 19 21:27:32 2014 +0100
+++ b/CHANGELOG.md	Fri Dec 19 21:31:34 2014 +0100
@@ -2,14 +2,22 @@
 
 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.
 
+
 ## `tip`
 ### Graal
+* ...
+
+### Truffle
+* ...
+
+## Version 0.6
+19-Dec-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.6)
+### Graal
 * Merged with jdk8u25-b17.
 * Added `com.oracle.graal.api.meta.Remote` interface for future support of remote and replay compilation.
 * Changed name suite specification from `mx/projects.py` to `mx/suite.py`.
 * Changed semantics (and signature) of `ResolvedJavaType#resolveMethod()` (old behavior available via `resolveConcreteMethod()`).
 * Moved `ResolvedJavaField#read[Constant]Value` and `getMethodHandleAccess()` to `ConstantReflectionProvider`.
-* ...
 
 ### Truffle
 * Instrumentation: add Instrumentable API for language implementors, with most details automated (see package `com.oracle.truffle.api.instrument`).
@@ -29,7 +37,6 @@
 * 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 (see new project `com.oracle.truffle.api.object`).
-* ...
 
 ## Version 0.5
 23-Sep-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.5)