diff CHANGELOG.md @ 22172:b31dcacfc8ff

Replacing more TruffleVM references in comments with the new PolyglotEngine name
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 21 Sep 2015 10:55:36 +0200
parents 05ea2117f650
children b56fe0d3b560
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Sep 21 10:44:18 2015 +0200
+++ b/CHANGELOG.md	Mon Sep 21 10:55:36 2015 +0200
@@ -11,8 +11,8 @@
 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8)
 ### Truffle
 * The Truffle repository no longer contains Graal
-* TruffleVM is an entrypoint for creating, building and running multi language Truffle systems
-* Implement TruffleLanguage and use @Registration to register your language into the TruffleVM system
+* PolyglotEngine is an entrypoint for creating, building and running multi language Truffle systems
+* Implement TruffleLanguage and use @Registration to register your language into the Truffle polyglot system
 * Include Truffle TCK (test compatibility kit) into your test cases to verify your language implementation is compliant enough
 * Interoperability API polished
 * Cleanup of Source related API