diff CHANGELOG.md @ 17185:7169e42f7e1b

updated CHANGELOG.md
author Doug Simon <doug.simon@oracle.com>
date Tue, 23 Sep 2014 13:10:25 +0200
parents ae5b66255083
children bd760d193008
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Sep 23 13:09:06 2014 +0200
+++ b/CHANGELOG.md	Tue Sep 23 13:10:25 2014 +0200
@@ -13,6 +13,8 @@
 * New register allocator optimization: `-G:+ConstantLoadOptimization`.
 * SPARC backend is able to run benchmark and passing most of the JTTs.
 * Fix: Stamp: interface types can not be trusted except after explicit runtime checks.
+* Changed format of suite specification from a properties file (`mx/projects`) to a Python file (`mx/projects.py`).
+
 
 ### Truffle
 * Added `TruffleRuntime#getCallTargets()` to get all call targets that were created and are still referenced.