diff CHANGELOG.md @ 15662:50fbda571d99

mx: added jrelibrary dependency type mx: once mx/projects is loaded, projects and libraries that depend on non-existent JRE library or have a javaCompliance higher than any available JDK are ignored
author Doug Simon <doug.simon@oracle.com>
date Thu, 15 May 2014 15:31:22 +0200
parents d556971b409c
children fb530b9fa474
line wrap: on
line diff
--- a/CHANGELOG.md	Thu May 15 11:13:44 2014 +0200
+++ b/CHANGELOG.md	Thu May 15 15:31:22 2014 +0200
@@ -3,6 +3,8 @@
 ## `tip`
 ### Graal
 * Made initialization of Graal runtime lazy in hosted mode.
+* Added supported for new 'jrelibrary' dependency type in mx/projects.
+* Java projects with compliance level higher than the JDKs specified by JAVA_HOME and EXTRA_JAVA_HOMES are ignored once mx/projects has been processed.
 
 ### Truffle
 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)