diff CHANGELOG.md @ 21180:c2f5dc4418d0

Merge
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Sat, 02 May 2015 14:40:49 -0700
parents a394890fd474
children 485ed7778c97
line wrap: on
line diff
--- a/CHANGELOG.md	Sat May 02 14:36:00 2015 -0700
+++ b/CHANGELOG.md	Sat May 02 14:40:49 2015 -0700
@@ -4,15 +4,18 @@
 
 
 ## `tip`
+...
+
+## Version 0.7
+29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)
 ### Graal
 * By default the Graal code is now only compiled by C1 which should improve application start-up.
 * Merged with jdk8u40-b25.
 * The Graal class loader now loads all lib/graal/graal*.jar jars.
-* Fast Graal services (see com.oracle.graal.api.runtime.Service) are now looked up using service files in lib/graal/services
+* Fast Graal services (see com.oracle.graal.api.runtime.Service) are now looked up using service files in lib/graal/services.
 * Add utilities ModifiersProvider#isConcrete, ResolvedJavaMethod#hasBytecodes, ResolvedJavaMethod#hasReceiver to Graal API.
 * Add `GraalDirectives` API, containing methods to influence compiler behavior for unittests and microbenchmarks.
 * Introduce `LIRSuites`, an extensible configuration for the low-level compiler pipeline.
-* ...
 
 ### Truffle
 * New, faster partial evaluation (no more TruffleCache).