changeset 22985:16668ae8b6b8

updated CHANGELOG.md
author Doug Simon <doug.simon@oracle.com>
date Fri, 13 Nov 2015 14:11:00 +0100
parents 4a617fccbae4
children deb8f2859731
files CHANGELOG.md
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Fri Nov 13 14:10:44 2015 +0100
+++ b/CHANGELOG.md	Fri Nov 13 14:11:00 2015 +0100
@@ -1,11 +1,11 @@
 # GraalVM Changelog
 
-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.
+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 but other significant performance/stability changes are mentioned as well.
 
 ## `tip`
 * Added experimental Trace Register Allocator.
-* All JVMCI (and HotSpot) code has been split out into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/).
-* JVMCI code is now in idk.vm.ci.* name space.
+* All JVMCI (and HotSpot) code has been moved into a [separate repository](http://hg.openjdk.java.net/graal/graal-jvmci-8/).
+* JVMCI code is now in jdk.vm.ci.* name space.
 * Graal now works on top of a JVMCI enabled JDK9 binary.
 * Separate Graal compiler can be specified for Truffle compilation with new `-G:TruffleCompiler` option.
 * Initialization of the Truffle compiler is delayed until first Truffle compilation request.