diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 43219a78752..e3eafd60b25 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -175,13 +175,23 @@ implementation of the CLI) using LLVM for static and just-in-time compilation.

-VMKit version ?? builds with LLVM 2.7 and you can find it on its -web page. The release includes -bug fixes, cleanup and new features. The major changes are:

+With the release of LLVM 2.7, VMKit has shifted to a great framework for writing +virtual machines. VMKit now offers precise and efficient garbage collection with +multi-threading support, thanks to the MMTk memory management toolkit, as well +as just in time and ahead of time compilation with LLVM. The major changes in +VMKit 0.27 are: