comparison 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
comparison
equal deleted inserted replaced
22171:41c5f430ce37 22172:b31dcacfc8ff
9 9
10 ## Version 0.8 10 ## Version 0.8
11 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8) 11 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8)
12 ### Truffle 12 ### Truffle
13 * The Truffle repository no longer contains Graal 13 * The Truffle repository no longer contains Graal
14 * TruffleVM is an entrypoint for creating, building and running multi language Truffle systems 14 * PolyglotEngine is an entrypoint for creating, building and running multi language Truffle systems
15 * Implement TruffleLanguage and use @Registration to register your language into the TruffleVM system 15 * Implement TruffleLanguage and use @Registration to register your language into the Truffle polyglot system
16 * Include Truffle TCK (test compatibility kit) into your test cases to verify your language implementation is compliant enough 16 * Include Truffle TCK (test compatibility kit) into your test cases to verify your language implementation is compliant enough
17 * Interoperability API polished 17 * Interoperability API polished
18 * Cleanup of Source related API 18 * Cleanup of Source related API
19 19
20 ## Version 0.7 20 ## Version 0.7